Skip to content

Commit 909905e

Browse files
committed
no-unused-vars -> no-undef
1 parent 6edaf71 commit 909905e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .changeset/rich-zebras-hunt.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
'sv': patch
33
---
44

5-
chore: disable `no-unused-vars` ESLint rule in TypeScript project
5+
chore: disable `no-undef` ESLint rule in TypeScript project

Diff for: packages/addons/eslint/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export default defineAddon({
9494
}
9595
];
9696
const rules = object.create({
97-
'"no-unused-vars"': off
97+
'"no-undef"': off
9898
});
9999

100100
const globalsConfig = object.create({

0 commit comments

Comments
 (0)