Bump lint-related packages
parent
e4aa0603b7
commit
4be3b32da8
|
@ -12,7 +12,7 @@
|
|||
"build": "npm run clean && env NODE_ENV=production node_modules/webpack/bin/webpack.js -p --config ./webpack/prodConfig.js",
|
||||
"build:dev": "node_modules/webpack/bin/webpack.js --config ./webpack/devConfig.js",
|
||||
"start": "node_modules/webpack/bin/webpack.js -w --config ./webpack/devConfig.js",
|
||||
"lint": "eslint .",
|
||||
"lint": "eslint src/",
|
||||
"test:dev": "testem",
|
||||
"test": "mocha --compilers js:babel-core/register --recursive spec/",
|
||||
"test:watch": "npm run test:mocha -- --watch",
|
||||
|
@ -26,10 +26,9 @@
|
|||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"@influxdata/eslint-config-eslint": "~1.1.0",
|
||||
"autoprefixer": "^6.3.1",
|
||||
"babel-core": "^6.5.1",
|
||||
"babel-eslint": "^4.1.8",
|
||||
"babel-eslint": "^6.1.2",
|
||||
"babel-loader": "^6.2.2",
|
||||
"babel-plugin-lodash": "^2.0.1",
|
||||
"babel-plugin-syntax-trailing-function-commas": "^6.5.0",
|
||||
|
@ -45,9 +44,9 @@
|
|||
"css-loader": "^0.23.1",
|
||||
"envify": "^3.4.0",
|
||||
"enzyme": "^2.4.1",
|
||||
"eslint": "^1.10.3",
|
||||
"eslint-loader": "^1.2.1",
|
||||
"eslint-plugin-react": "^3.16.1",
|
||||
"eslint": "^3.5.0",
|
||||
"eslint-loader": "^1.5.0",
|
||||
"eslint-plugin-react": "^6.2.2",
|
||||
"extract-text-webpack-plugin": "^1.0.1",
|
||||
"file-loader": "^0.8.5",
|
||||
"hanson": "^1.1.1",
|
||||
|
|
Loading…
Reference in New Issue