Skip to content

Commit

Permalink
fixed quotes on lint script, added format-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TieDyedSheep committed Jul 19, 2024
1 parent 786b291 commit 3550810
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"test": "test"
},
"scripts": {
"lint": "eslint './src/**/*.ts'",
"lint-windows": "eslint ./src/**/*.ts",
"lint": "eslint \"./src/**/*.ts\"",
"format-check": "prettier --check './src/**/*.ts'",
"format-fix": "prettier --write './src/**/*.ts'",
"prepare": "npm run compile",
"prepublish": "npm run compile",
"pretest": "npm run compile",
Expand Down

0 comments on commit 3550810

Please sign in to comment.