Skip to content

Commit

Permalink
Add missing override for *.svelte files
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb531 committed Dec 22, 2023
1 parent 5f52dfa commit 3f618bf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@
"globals": {
"vi": true
}
},
{
"files": ["*.svelte"],
"parser": "svelte-eslint-parser",
"parserOptions": {
"parser": "@typescript-eslint/parser"
}
}
]
}

0 comments on commit 3f618bf

Please sign in to comment.