Skip to content

Commit

Permalink
feature(linter): added lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
capJavert committed Aug 21, 2019
1 parent d9aea11 commit d00da67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "web-ext build --ignore-files .nvmrc .editorconfig .eslintrc package*.json src/assets/img/screenshots"
"build": "web-ext build --ignore-files .nvmrc .editorconfig .eslintrc package*.json src/assets/img/screenshots",
"lint": "eslint --max-warnings=0 src"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit d00da67

Please sign in to comment.