Skip to content

Commit e661a27

Browse files
committed
Fix Scripts
1 parent 758a7dc commit e661a27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
},
1313
"packageManager": "[email protected]",
1414
"scripts": {
15-
"lint": "npx eslint src/",
16-
"lint:fix": "npx eslint src/ --fix",
15+
"lint:check": "npx eslint src/",
16+
"lint": "npx eslint src/ --fix",
1717
"prettier": "npx prettier --write src/ types/",
1818
"prettier:check": "npx prettier --check src/ types/"
1919
},

0 commit comments

Comments
 (0)