mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 15:40:59 +00:00
parent
06b3af3c0a
commit
9324da7aeb
@ -10,7 +10,7 @@ javascript:
|
||||
|
||||
eslint:
|
||||
enabled: true
|
||||
config_file: js/.eslintrc
|
||||
config_file: js/.eslintrc.json
|
||||
|
||||
jscs:
|
||||
enabled: true
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user