We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe3f3a commit 27bd9f0Copy full SHA for 27bd9f0
docs/rules/no-new-statics.md
@@ -3,6 +3,9 @@
3
Calling a Promise static method with `new` is invalid, resulting in a
4
`TypeError` at runtime.
5
6
+:wrench: The `--fix` option on the command line can automatically fix the
7
+problems reported by this rule.
8
+
9
## Rule Details
10
11
This rule is aimed at flagging instances where a Promise static method is called
0 commit comments