Skip to content

Commit

Permalink
fix lint script, updated format check and fix for naming consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
TieDyedSheep committed Jul 19, 2024
1 parent 6d5c32c commit 6a58fa7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"compile": "tsc -p .",
"prepare": "npm run compile",
"pretest": "npm run compile",
"lint": "eslint './public/**/*.ts'",
"lint-windows": "eslint ./public/**/*.ts",
"format-check": "prettier --check './public/**/*.ts'"
"lint": "eslint \"./public/**/*.ts\"",
"format-check": "prettier --check './public/**/*.ts'",
"format-fix": "prettier --write './public/**/*.ts'"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 6a58fa7

Please sign in to comment.