Skip to content

chore: Ensure .nuxt folder is lint ignored & cleared #14700

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,16 @@
}
},
"ignore": [
".vscode/*",
".vscode",
"**/*.json",
".next/**/*",
".svelte-kit/**/*",
"**/fixtures/*/*.json",
"**/*.min.js",
".next/**",
".svelte-kit/**",
".angular/**",
".next",
".nuxt",
".svelte-kit",
".angular",
"angular.json",
"ember/instance-initializers/**",
"ember/instance-initializers",
"ember/types.d.ts",
"solidstart/*.d.ts",
"solidstart/client/",
Expand Down
2 changes: 1 addition & 1 deletion dev-packages/e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"clean": "rimraf tmp node_modules && yarn clean:test-applications && yarn clean:pnpm",
"ci:build-matrix": "ts-node ./lib/getTestMatrix.ts",
"ci:build-matrix-optional": "ts-node ./lib/getTestMatrix.ts --optional=true",
"clean:test-applications": "rimraf --glob test-applications/**/{node_modules,dist,build,.next,.sveltekit,pnpm-lock.yaml,.last-run.json,test-results}",
"clean:test-applications": "rimraf --glob test-applications/**/{node_modules,dist,build,.next,.nuxt,.sveltekit,pnpm-lock.yaml,.last-run.json,test-results}",
"clean:pnpm": "pnpm store prune"
},
"devDependencies": {
Expand Down
Loading