Skip to content

Commit 82630d2

Browse files
committed
Add lint:fix command
1 parent 8ca14d5 commit 82630d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"api-types": "api-extractor run --local",
4242
"format": "prettier --write \"{src,test}/**/*.{js,ts,tsx}\" \"docs/**/*.md\"",
4343
"lint": "eslint src test",
44+
"lint:fix": "eslint src test --fix",
4445
"prepare": "yarn clean && yarn build",
4546
"pretest": "yarn lint",
4647
"test": "jest",

0 commit comments

Comments
 (0)