We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb8881c commit 159a6d7Copy full SHA for 159a6d7
1 file changed
package.json
@@ -44,8 +44,8 @@
44
"test": "jest",
45
"coverage": "jest --coverage",
46
"prepare": "husky && npm run build",
47
- "lint": "prettier --check .",
48
- "format": "prettier --write .",
+ "oxlint": "oxlint",
+ "lint": "prettier --check . && npm run oxlint"
49
"example": "ts-node example.ts"
50
},
51
"lint-staged": {
0 commit comments