Added some more rules to eslintrc. Removed unnecessary globals from it.
This commit is contained in:
parent
e644104542
commit
9f33b160e7
@ -33,6 +33,8 @@ rules:
|
|||||||
|
|
||||||
# Stylistic Issues
|
# Stylistic Issues
|
||||||
# https://github.com/eslint/eslint/tree/master/docs/rules#stylistic-issues
|
# https://github.com/eslint/eslint/tree/master/docs/rules#stylistic-issues
|
||||||
|
no-alert: 2
|
||||||
|
no-console: [2, { allow: ["warn", "error"] }]
|
||||||
comma-spacing: 2
|
comma-spacing: 2
|
||||||
eol-last: 2
|
eol-last: 2
|
||||||
indent: [2, 2, {SwitchCase: 1}]
|
indent: [2, 2, {SwitchCase: 1}]
|
||||||
@ -101,8 +103,6 @@ rules:
|
|||||||
# Global scoped method and vars
|
# Global scoped method and vars
|
||||||
globals:
|
globals:
|
||||||
netlify: true
|
netlify: true
|
||||||
describe: true
|
|
||||||
it: true
|
|
||||||
require: true
|
require: true
|
||||||
process: true
|
process: true
|
||||||
module: true
|
module: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user