Skip to content

Commit

Permalink
Fix @stencil/decorators-context-vars offenses temporarily by turning …
Browse files Browse the repository at this point in the history
…off the rule.

We can switch it on again as soon as the issue is fixed in stencil-eslint. Source: stencil-community/stencil-eslint#60
  • Loading branch information
christophblessing committed Oct 29, 2021
1 parent 1226257 commit 1c23fba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
// There is an open issue regarding this rule: https://github.com/ionic-team/stencil-eslint/issues/10
// In essence, nobody understands why this rule is in place and the Stencil team did not answer yet
"@stencil/prefer-vdom-listener": 1,
// Our decorators are in the right place.
// There is an open issues with that rule: https://github.com/ionic-team/stencil-eslint/issues/60
"@stencil/decorators-context": 1,
// conflicts with prettier: sometimes the line gets too long and it puts it on the next
"@stencil/decorators-style": 0,
"import/no-extraneous-dependencies": 0,
Expand Down

0 comments on commit 1c23fba

Please sign in to comment.