Skip to content

Commit b2eb883

Browse files
authored
Merge pull request #106 from Nekoya3/fix/eslintignore-setting
Eslint Ignoreの設定変更
2 parents 6c07679 + f3ec7eb commit b2eb883

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
@@ -11,7 +11,7 @@
1111
"test:unit": "jest --config jest.config.js",
1212
"start": "cross-env NODE_ENV=production nuxt-ts",
1313
"generate": "nuxt-ts generate",
14-
"lint": "eslint --ext .js,.vue,.ts --ignore-path .gitignore .",
14+
"lint": "eslint --ext .js,.vue,.ts --ignore-path .eslintignore .",
1515
"clean": "rimraf .nuxt dist",
1616
"copy": "yarn copy:client && yarn copy:server",
1717
"copy:client": "cpx -C \"src/static/**\" dist/client/ && cpx -C \".nuxt/dist/**\" dist/client/assets/",

0 commit comments

Comments
 (0)