1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2024-09-17 01:15:52 +02:00

feat: add no-new-native-nonconstructor

Ref: https://eslint.org/docs/latest/rules/no-new-native-nonconstructor

BREAKING CHANGE: New rule introduced
This commit is contained in:
Divlo 2023-02-06 23:36:21 +01:00
parent 4f625c3b88
commit 1934d3525a
No known key found for this signature in database
GPG Key ID: 8F9478F220CE65E9

View File

@ -42,6 +42,7 @@
"no-irregular-whitespace": "error",
"no-loss-of-precision": "error",
"no-misleading-character-class": "error",
"no-new-native-nonconstructor": "error",
"no-new-symbol": "error",
"no-obj-calls": "error",
"no-promise-executor-return": "error",