Skip to content
Snippets Groups Projects
Commit ed8ac6ef authored by Hermann's avatar Hermann
Browse files

fix linter script to include subdirectories

parent 25dd2dbd
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
"start": "webpack-dev-server --hot --inline",
"build": "webpack -p --config webpack.config.prod.js",
"build-dev": "webpack -p --config webpack.config.dev.js",
"lint": "eslint src/**.js"
"lint": "eslint src/**/*.js src/*.js"
},
"repository": {
"type": "git",
......@@ -36,7 +36,7 @@
"babel-preset-env": "^1.7.0",
"compression-webpack-plugin": "^1.1.11",
"css-loader": "^0.28.11",
"eslint": "^4.10.0",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.9.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment