Skip to content

Commit

Permalink
add lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeniau committed Feb 20, 2024
1 parent 1feb9f5 commit e43c894
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"package": "electron-forge package",
"make": "electron-forge make",
"publish": "electron-forge publish",
"lint": "yarn lint:eslint && yarn lint:types",
"lint:eslint": "eslint --quiet .",
"lint:types": "tsc --noEmit",
"test": "vitest"
Expand Down

0 comments on commit e43c894

Please sign in to comment.