Skip to content

Commit

Permalink
#383 Linter fails on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
olegshulyakov committed Jun 18, 2022
1 parent 29f63a5 commit 8544412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "electron-builder",
"lint": "eslint {**/modules/**/*.js,/*.js} && eslint renderer/*.js",
"test": "jest --coverage",
"quick-test": "jest && eslint {**/modules/**/*.js,/*.js} && eslint renderer/*.js"
"quick-test": "jest && eslint {**/modules/**/*.js,./*.js} && eslint renderer/*.js"
},
"jest": {
"collectCoverageFrom": [
Expand Down

0 comments on commit 8544412

Please sign in to comment.