Fix .eslintrc for newest version.

This commit is contained in:
Florian Bruhin 2015-08-14 07:01:02 +02:00
parent 3bfcfaba4c
commit d20f7b76b3

View File

@ -21,7 +21,7 @@ rules:
comma-style: [2, "last"]
consistent-this: [2, "self"]
func-style: [2, "declaration"]
indent: [2, 4, {"indentSwitchCase": true}]
indent: [2, 4, {"SwitchCase": true}]
linebreak-style: [2, "unix"]
max-nested-callbacks: [2, 3]
no-lonely-if: 2