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.
1 parent a4fabcc commit 3fd73e6Copy full SHA for 3fd73e6
.prettierignore
@@ -7,3 +7,4 @@ node_modules
7
.env
8
dist
9
public/codemirror
10
+test/fixtures/laravel-api
package.json
@@ -43,7 +43,7 @@
43
"dev:build": "nuxi build playground",
44
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
45
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish --access public && git push --follow-tags",
46
- "lint": "eslint .",
+ "lint": "eslint . --ignore-pattern 'test/fixtures/laravel-api/*'",
47
"lint:fix": "eslint . --fix",
48
"format": "prettier --write .",
49
"test": "vitest run",
0 commit comments