Skip to content

Commit b6eac28

Browse files
chore: do not add redundant ignores property to eslint config (#533)
Co-authored-by: CokaKoala <[email protected]>
1 parent e045a54 commit b6eac28

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changeset/twelve-lizards-warn.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'sv': patch
3+
---
4+
5+
chore: remove redundant `ignores` property in `eslint` config

packages/addons/eslint/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ export default defineAddon({
115115
if (typescript) {
116116
const svelteTSParserConfig = object.create({
117117
files: common.expressionFromString("['**/*.svelte', '**/*.svelte.ts', '**/*.svelte.js']"),
118-
ignores: common.expressionFromString("['eslint.config.js', 'svelte.config.js']"),
119118
languageOptions: object.create({
120119
parserOptions: object.create({
121120
projectService: common.expressionFromString('true'),

0 commit comments

Comments
 (0)