Skip to content

Commit

Permalink
chore: adds lint:fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
marabesi committed Oct 22, 2023
1 parent 28013ab commit 5b1d324
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@
"package-macos": "npm run setup && electron-builder --macos -p never",
"build-app-image": "npm run setup && electron-builder --linux AppImage -p never",
"electron": "npm run setup && wait-on tcp:3000 && electron build/",
"lint": "eslint ./**/*.{ts,tsx}",
"lint": "eslint src/**/*.{ts,tsx}",
"lint:fix": "eslint src/**/*.{ts,tsx} --fix",
"serve": "http-server ./build -p 3000"
},
"eslintConfig": {
Expand Down

0 comments on commit 5b1d324

Please sign in to comment.