Skip to content

Commit

Permalink
fixup! chore: fix web-components lint setup to avoid leaking rules to…
Browse files Browse the repository at this point in the history
… json parser scope
  • Loading branch information
Hotell committed Feb 17, 2025
1 parent 5b0b073 commit af97725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-components/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"root": true,
"overrides": [
{
"files": ["src/**/*.{js,ts,tsx}"],
"files": ["**/*.{js,ts,tsx}"],
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint", "import"],
"extends": [

0 comments on commit af97725

Please sign in to comment.