Fix .eslintrc for newest version.
This commit is contained in:
parent
3bfcfaba4c
commit
d20f7b76b3
@ -21,7 +21,7 @@ rules:
|
|||||||
comma-style: [2, "last"]
|
comma-style: [2, "last"]
|
||||||
consistent-this: [2, "self"]
|
consistent-this: [2, "self"]
|
||||||
func-style: [2, "declaration"]
|
func-style: [2, "declaration"]
|
||||||
indent: [2, 4, {"indentSwitchCase": true}]
|
indent: [2, 4, {"SwitchCase": true}]
|
||||||
linebreak-style: [2, "unix"]
|
linebreak-style: [2, "unix"]
|
||||||
max-nested-callbacks: [2, 3]
|
max-nested-callbacks: [2, 3]
|
||||||
no-lonely-if: 2
|
no-lonely-if: 2
|
||||||
|
Loading…
Reference in New Issue
Block a user