Skip to content

Commit

Permalink
Merge pull request #8 from SkwalExe/linting-script
Browse files Browse the repository at this point in the history
add different script for auto fixing linting errors
  • Loading branch information
SkwalExe authored May 21, 2024
2 parents cf22482 + 693b15c commit b53af20
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 @@ -40,7 +40,8 @@
"typescript-eslint": "^7.8.0"
},
"scripts": {
"lint": "eslint --fix **/*.ts",
"lint": "eslint **/*.ts",
"lint-fix": "eslint --fix **/*.ts",
"format": "prettier ./src/**/*.ts --config prettier.config.mjs --write",
"clean": "shx rm -rf ./dist",
"build:cjs": "tsc -m commonjs --target es2017 --outDir ./dist/lib-cjs/",
Expand Down

0 comments on commit b53af20

Please sign in to comment.