chore: added lint scripts
This commit is contained in:
parent
1fd32f4b36
commit
2ced6635e9
@ -12,6 +12,9 @@
|
||||
"formatter:staged": "prettier --write --ignore-unknown",
|
||||
"release": "commit-and-tag-version",
|
||||
"license-checker": "node licenseChecker.cjs",
|
||||
"lint": "eslint . --ext ts --report-unused-disable-directives --max-warnings 0",
|
||||
"lint:fix": "eslint . --fix --ext ts --report-unused-disable-directives --max-warnings 0",
|
||||
"lint:staged": "eslint --fix --ext ts --report-unused-disable-directives --max-warnings 0",
|
||||
"lint-staged": "lint-staged"
|
||||
},
|
||||
"repository": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user