mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
parent
06b3af3c0a
commit
9324da7aeb
3 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue