Skip to content

Commit

Permalink
fix(web-components): eslint config for json files (#33331)
Browse files Browse the repository at this point in the history
  • Loading branch information
radium-v authored Nov 27, 2024
1 parent b0af329 commit 8b28faf
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion packages/web-components/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,14 @@
// TODO: I think we can come up with a regex that ignores variables with __ in them
}
]
}
},
"overrides": [
{
"files": ["**/*.json"],
"rules": {
"@typescript-eslint/naming-convention": "off",
"@typescript-eslint/no-unused-expressions": "off"
}
}
]
}

0 comments on commit 8b28faf

Please sign in to comment.