aladdin-add / eslint-plugin

autofix some errors reported by eslint rules.
107 stars 10 forks source link

feat: add `no-new-native-nonconstructor` #93

Closed SukkaW closed 4 months ago

SukkaW commented 4 months ago

no-new-symbol has been deprecated since ESLint 9.0.0 and was replaced by no-new-native-nonconstructor. The PR adds autofix support for no-new-native-nonconstructor.