File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
// This file contains root configuration for ESLint. Its rules may be overriden in a specific
3
- // folder (e.g., tests) by placing .eslintrc in it.
3
+ // folder (e.g., tests) by placing .eslintrc in it.
4
4
// All lint rules should be placed here unless they do not apply to entire JavaScript codebase.
5
5
// For example, indentation rules should be here (applies to all JS files), but Protractor
6
6
// should not (applies only to integration tests files).
42
42
"no-multiple-empty-lines": [2, {"max": 1}],
43
43
// Disallow the use of ternary operators when a simpler alternative exists.
44
44
"no-unneeded-ternary": 2,
45
- // Avoid code that looks like two expressions but is actually one.
46
- "no-unexpected-multiline": 2,
47
45
// Disallow trailing spaces. This is to unify code because editors may have different
48
46
// settings.
49
47
"no-trailing-spaces": 2,
You can’t perform that action at this time.
0 commit comments