aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2016-05-30 23:38:10 -0700
committerChris Rebert <[email protected]>2016-05-30 23:42:22 -0700
commit324cbb2280cba8681395ed9f2b76c0ccdbf77c8d (patch)
treedbe3d7985a052b3edea1cdfd1ae85f4cad8f7bec /package.json
parent5a35ad6d74c8d9e5aa99a1fc255300a8fd2ac0b4 (diff)
downloadbootstrap-324cbb2280cba8681395ed9f2b76c0ccdbf77c8d.tar.xz
bootstrap-324cbb2280cba8681395ed9f2b76c0ccdbf77c8d.zip
Upgrade ESlint to v1.7.3
Enable new rules: * no-empty-pattern * no-magic-numbers (exempting 0 and ±1) Refs #19908 [skip sauce] [skip validator]
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index f4c96bb7b..c7d0d9538 100644
--- a/package.json
+++ b/package.json
@@ -38,7 +38,7 @@
"devDependencies": {
"autoprefixer": "^6.0.3",
"babel-eslint": "^4.1.3",
- "eslint": "^1.5.1",
+ "eslint": "^1.7.3",
"grunt": "^0.4.5",
"grunt-babel": "^5.0.3",
"grunt-build-control": "^0.6.0",