Skip to content

Commit

Permalink
Fix: add eslintignore for server path to resolve scalable-react#80
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanCCollins committed Mar 1, 2017
1 parent 7c38e60 commit 97c5574
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ app/build/
app/dist/
webpack.config.*.js
webpack.config.js
config/
node_modules
server/
config/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"generate:component": "plop --plopfile config/generators/index.js component",
"generate:container": "plop --plopfile config/generators/index.js container",
"generate:page": "plop --plopfile config/generators/index.js page",
"lint": "eslint . --ext .js --ext .jsx; exit 0",
"lint": "./node_modules/.bin/eslint . --ext .js --ext .jsx",
"predeploy": "rimraf server/public/*.*",
"deploy": "cross-env NODE_ENV=production ./node_modules/.bin/webpack --config ./webpack.config.prod.js",
"start": "npm run dev",
Expand Down

0 comments on commit 97c5574

Please sign in to comment.