1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-14 09:34:36 +02:00

Upgrade ESLint to v1.9.0

Refs #19908
This commit is contained in:
Chris Rebert
2016-05-30 23:59:23 -07:00
parent d8e118057d
commit 00a3e1d9ad
2 changed files with 3 additions and 2 deletions

View File

@@ -30,7 +30,6 @@
"no-inner-declarations": 2, "no-inner-declarations": 2,
"no-invalid-regexp": 2, "no-invalid-regexp": 2,
"no-irregular-whitespace": 2, "no-irregular-whitespace": 2,
"no-magic-numbers": [2, {"ignore": [-1, 0, 1]}],
"no-negated-in-lhs": 2, "no-negated-in-lhs": 2,
"no-obj-calls": 2, "no-obj-calls": 2,
"no-regex-spaces": 2, "no-regex-spaces": 2,
@@ -53,6 +52,7 @@
"guard-for-in": 2, "guard-for-in": 2,
"no-alert": 2, "no-alert": 2,
"no-caller": 2, "no-caller": 2,
"no-case-declarations": 2,
"no-div-regex": 2, "no-div-regex": 2,
"no-else-return": 2, "no-else-return": 2,
"no-empty-label": 2, "no-empty-label": 2,
@@ -69,6 +69,7 @@
"no-labels": 2, "no-labels": 2,
"no-lone-blocks": 2, "no-lone-blocks": 2,
"no-loop-func": 2, "no-loop-func": 2,
"no-magic-numbers": [2, {"ignore": [-1, 0, 1]}],
"no-multi-spaces": 0, "no-multi-spaces": 0,
"no-multi-str": 2, "no-multi-str": 2,
"no-native-reassign": 2, "no-native-reassign": 2,

View File

@@ -38,7 +38,7 @@
"devDependencies": { "devDependencies": {
"autoprefixer": "^6.0.3", "autoprefixer": "^6.0.3",
"babel-eslint": "^4.1.3", "babel-eslint": "^4.1.3",
"eslint": "^1.7.3", "eslint": "^1.9.0",
"grunt": "^0.4.5", "grunt": "^0.4.5",
"grunt-babel": "^5.0.3", "grunt-babel": "^5.0.3",
"grunt-build-control": "^0.6.0", "grunt-build-control": "^0.6.0",