Skip to content

Commit feb0632

Browse files
committed
Eslint Ignoreの設定変更
1 parent 3094c3f commit feb0632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test:unit": "jest --config jest.config.js",
1111
"start": "cross-env NODE_ENV=production nuxt-ts",
1212
"generate": "nuxt-ts generate",
13-
"lint": "eslint --ext .js,.vue,.ts --ignore-path .gitignore .",
13+
"lint": "eslint --ext .js,.vue,.ts --ignore-path .eslintignore .",
1414
"clean": "rimraf .nuxt dist",
1515
"copy": "yarn copy:client && yarn copy:server",
1616
"copy:client": "cpx -C \"src/static/**\" dist/client/ && cpx -C \".nuxt/dist/**\" dist/client/assets/",

0 commit comments

Comments
 (0)