Skip to content

Commit

Permalink
Adding all 3 js extensions to eslint target
Browse files Browse the repository at this point in the history
  • Loading branch information
araujoarthur0 committed Jan 7, 2024
1 parent 61b3f57 commit 7261be9
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 @@ -16,7 +16,7 @@
"debug:render": "electron --remote-debugging-port=9222 .",
"lint": "npm-run-all --parallel lint:*",
"lint:css": "stylelint css/*.css",
"lint:eslint": "eslint . ",
"lint:eslint": "eslint . --ext .cjs,.js,.mjs",
"lint:markdown": "prettier docs/*.md *.md -c",
"lint:json": "prettier locales/*/*.json -c",
"lint-fix": "npm-run-all --parallel lint-fix:*",
Expand Down

0 comments on commit 7261be9

Please sign in to comment.