Skip to content

Commit 159a6d7

Browse files
authored
Update linting scripts in package.json
1 parent eb8881c commit 159a6d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"test": "jest",
4545
"coverage": "jest --coverage",
4646
"prepare": "husky && npm run build",
47-
"lint": "prettier --check .",
48-
"format": "prettier --write .",
47+
"oxlint": "oxlint",
48+
"lint": "prettier --check . && npm run oxlint"
4949
"example": "ts-node example.ts"
5050
},
5151
"lint-staged": {

0 commit comments

Comments
 (0)