Skip to content

Commit 6ec4d78

Browse files
scriptsのオプションを変更
1 parent 84caa0a commit 6ec4d78

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
@@ -6,8 +6,8 @@
66
"build": "next build",
77
"start": "next start",
88
"test": "jest",
9-
"fix": "prettier --write '{./pages,src}/**/*.{js,jsx,ts,tsx}'",
10-
"lint": "eslint . --cache --fix -c .eslintrc.js --ignore-pattern './*.js'",
9+
"fix": "prettier --write '/**/*.{js,jsx,ts,tsx}'",
10+
"lint": "eslint . --cache --fix",
1111
"storybook": "start-storybook",
1212
"build-storybook": "build-storybook -p 6006"
1313
},

0 commit comments

Comments
 (0)