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 8c984b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"scripts": {
"start": "electron . --dev",
"build": "electron-builder",
"lint": "eslint {**/modules/**/*.js,/*.js} && eslint renderer/*.js",
"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 8c984b4

Please sign in to comment.