1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 15:40:59 +00:00

Upgrade ESLint to v1.10.3

Refs #19908
This commit is contained in:
Chris Rebert 2016-05-31 00:11:19 -07:00
parent 06b3af3c0a
commit 9324da7aeb
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ javascript:
eslint:
enabled: true
config_file: js/.eslintrc
config_file: js/.eslintrc.json
jscs:
enabled: true

View File

@ -17,7 +17,7 @@
"scripts": {
"change-version": "node grunt/change-version.js",
"shrinkwrap": "npm shrinkwrap --dev && mv ./npm-shrinkwrap.json ./grunt/npm-shrinkwrap.json",
"eslint": "eslint --config js/.eslintrc js/src",
"eslint": "eslint --config js/.eslintrc.json js/src",
"test": "npm run eslint && grunt test"
},
"style": "dist/css/bootstrap.css",
@ -38,7 +38,7 @@
"devDependencies": {
"autoprefixer": "^6.0.3",
"babel-eslint": "^4.1.3",
"eslint": "^1.9.0",
"eslint": "^1.10.3",
"grunt": "^0.4.5",
"grunt-babel": "^5.0.3",
"grunt-build-control": "^0.6.0",