You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I am interested in using the no-this-in-static rule at the moment.
However, the problem is that we need to ban the usage of this in static method only and allow the super keyword due to the closure compiler.
Do you mind I make a PR to add an option for this rule to allow the super keyword?
The text was updated successfully, but these errors were encountered:
MichaelDeBoey
added a commit
to MichaelDeBoey/eslint-plugin-mysticatea
that referenced
this issue
Nov 14, 2022
BREAKING CHANGE: `es5`, `es2015`, `es2016`, `es2017`, `es2018`, `es2019`, `es2020`, `es2021` & `es2022` configs now have extra rules from `@typescript-eslint/eslint-plugin`
Hi
I am interested in using the
no-this-in-static
rule at the moment.However, the problem is that we need to ban the usage of
this
in static method only and allow thesuper
keyword due to the closure compiler.Do you mind I make a PR to add an option for this rule to allow the
super
keyword?The text was updated successfully, but these errors were encountered: