Skip to content

Commit e43cee7

Browse files
chore: add lint:fix command
1 parent d5a5785 commit e43cee7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"start": "next start",
88
"test": "jest",
99
"fix": "prettier --write './**/*.{js,jsx,ts,tsx}'",
10-
"lint": "eslint . --cache --fix",
10+
"lint": "eslint . --cache",
11+
"lint:fix": "eslint . --cache --fix",
1112
"storybook": "start-storybook",
1213
"build-storybook": "build-storybook -p 6006"
1314
},

0 commit comments

Comments
 (0)