Skip to content

Commit

Permalink
ci: tweak ESLint config for Stencil
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert authored and Yolijn committed Aug 4, 2024
1 parent 543e9b3 commit 59c885e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/web-component-library-stencil/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"rules": {
"@typescript-eslint/no-unused-vars": [
"error",
{
"varsIgnorePattern": "^h$"
}
],
"react/react-in-jsx-scope": "off",
"react/no-unknown-property": "off",
"react/prop-types": "off"
Expand Down

0 comments on commit 59c885e

Please sign in to comment.