1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-12 16:44:17 +02:00

Upgrade ESLint to v2.9.0 (#20047)

Refs #19908

[skip sauce]
[skip validator]
This commit is contained in:
Chris Rebert
2016-06-04 15:07:16 -07:00
parent 1f5d8aa4b3
commit d1b8ec85e2
3 changed files with 16 additions and 14 deletions

View File

@@ -136,6 +136,7 @@
"keyword-spacing": "error",
"linebreak-style": "error",
"lines-around-comment": "off",
"max-statements-per-line": ["error", { "max": 1 }],
"new-cap": "off",
"newline-after-var": "off",
"new-parens": "error",
@@ -152,6 +153,8 @@
"no-trailing-spaces": "error",
"no-underscore-dangle": "off",
"no-unneeded-ternary": "error",
"no-unsafe-finally": "error",
"no-useless-computed-key": "error",
"object-curly-spacing": ["warn", "always"],
"one-var": "off",
"operator-assignment": "error",
@@ -168,7 +171,6 @@
"space-infix-ops": "error",
"space-in-parens": "error",
"space-unary-ops": "error",
"max-statements-per-line": ["error", { "max": 1 }],
// es6
"arrow-parens": "error",