Skip to content
Permalink
Browse files
Merge branch 'master' into jeea2-uploadPicture
The purpose of this merge is to use 'eslint --fix' instead of 'eslint'
when the linter script is run.
  • Loading branch information
jeea2 committed Nov 18, 2019
2 parents 47c7987 + fe39314 commit f49dd0f0d2dc93ea12e83ae3436cd8c0bacb53e7
Showing 1 changed file with 1 addition and 1 deletion.
@@ -9,7 +9,7 @@
"scripts": {
"start": "node index.js",
"jsdoc": "node_modules/.bin/jsdoc -c jsdoc.conf",
"linter": "node_modules/.bin/eslint .",
"linter": "node_modules/.bin/eslint --fix .",
"unit": "./node_modules/.bin/jest --coverage 'unit tests/'"
},
"jest": {

0 comments on commit f49dd0f

Please sign in to comment.