diff options
| author | Chris Rebert <[email protected]> | 2016-05-30 23:38:10 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-05-30 23:42:22 -0700 |
| commit | 324cbb2280cba8681395ed9f2b76c0ccdbf77c8d (patch) | |
| tree | dbe3d7985a052b3edea1cdfd1ae85f4cad8f7bec /package.json | |
| parent | 5a35ad6d74c8d9e5aa99a1fc255300a8fd2ac0b4 (diff) | |
| download | bootstrap-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.json | 2 |
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", |
