Skip to content

Commit

Permalink
Merge pull request #22 from olegshulyakov/bugfix/383-linter-fails-on-…
Browse files Browse the repository at this point in the history
…macos

jely2002#383 Linter fails on MacOS
  • Loading branch information
olegshulyakov authored Jun 18, 2022
2 parents 7f15c6a + 8c984b4 commit 72b1b17
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 @@ -6,7 +6,7 @@
"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"
},
Expand Down

0 comments on commit 72b1b17

Please sign in to comment.