move eslint config to build folder

This commit is contained in:
Val Erastov 2016-09-08 19:48:24 -07:00
parent bf81e91d32
commit a2fb3e7a38
3 changed files with 3 additions and 3 deletions

2
build/publish.sh Executable file → Normal file
View file

@ -2,4 +2,4 @@
cd `dirname "$0"`
aws s3 sync ../web/ s3://sketcher/
aws s3 sync ./web/ s3://sketcher/

View file

@ -4,8 +4,8 @@
"description": "JS.Sketcher is a parametric 2D and 3D CAD modeler written in pure javascript",
"scripts": {
"start": "webpack-dev-server --content-base web/ --port 3000",
"lint": "eslint web/app",
"build": "webpack --config webpack.config.js --progress --profile --colors"
"build": "webpack --config webpack.config.js --progress --profile --colors",
"lint": "eslint web/app -c ./build/.eslintrc.json"
},
"repository": {
"type": "git",