http://eslint.org/docs/developer-guide/working-with-custom-formatters#the-message-object
{
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
},
"rules": {
"semi": 2
}
}
http://eslint.org/docs/user-guide/configuring
http://eslint.org/docs/rules/no-compare-neg-zero
"semi": [2, "always"]
1
forwarnings
and2
forerrors
& "rules": { "semi": [2, "always"] }
babel/babel-eslint#260 (comment)
http://eslint.org/docs/rules/no-compare-neg-zero
http://eslint.org/docs/developer-guide/working-with-custom-formatters#the-message-object