* Warn for missing braces * Overlay, too
Open in Web IDE
Quickly and easily edit multiple files in your project.
Edit
Edit this file only.
{
"extends": "eslint:recommended",
"env": {
"browser": true,
"commonjs": true,
"node": true,
"es6": true
},
"parserOptions": {
"ecmaVersion": 6
"rules": {
"no-console": "off",
"strict": ["error", "global"],
"curly": "warn"
}