We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c07679 + f3ec7eb commit b2eb883Copy full SHA for b2eb883
package.json
@@ -11,7 +11,7 @@
11
"test:unit": "jest --config jest.config.js",
12
"start": "cross-env NODE_ENV=production nuxt-ts",
13
"generate": "nuxt-ts generate",
14
- "lint": "eslint --ext .js,.vue,.ts --ignore-path .gitignore .",
+ "lint": "eslint --ext .js,.vue,.ts --ignore-path .eslintignore .",
15
"clean": "rimraf .nuxt dist",
16
"copy": "yarn copy:client && yarn copy:server",
17
"copy:client": "cpx -C \"src/static/**\" dist/client/ && cpx -C \".nuxt/dist/**\" dist/client/assets/",
0 commit comments