Skip to content

Commit

Permalink
Lint all JS files instead of just the lib folder
Browse files Browse the repository at this point in the history
  • Loading branch information
TimonVS committed Apr 4, 2019
1 parent 9e2fbef commit 01eb52b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintignore
@@ -0,0 +1 @@
coverage
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -11,7 +11,7 @@
"now-start": "PRIVATE_KEY=$(echo $PRIVATE_KEY_BASE64 | base64 -d) npm start",
"test": "jest",
"test:watch": "jest --watch --notify --notifyMode=change --coverage",
"lint": "eslint ./lib",
"lint": "eslint '**/*.js'",
"prettier": "prettier --write **/*.{js,md,json}",
"postversion": "npm run test && git push && git push --tags && npm publish && npm run deploy && npm run open-releases",
"open-releases": "open \"$(node -e 'console.log(`https://github.com/${require(\"./package.json\").repository}/releases`)')\"",
Expand Down

0 comments on commit 01eb52b

Please sign in to comment.