Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
docs(eslint-plugin): standardize rule description format#4976
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Changes fromall commits
693c6d9
6e30223
88c3061
3cb04e2
b9a3b4f
22c4b1f
3282f97
0544b7a
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Uh oh!
There was an error while loading.Please reload this page.
Large diffs are not rendered by default.
Uh oh!
There was an error while loading.Please reload this page.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# `brace-style` | ||
Enforces consistent brace style for blocks. | ||
## Rule Details | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# `comma-dangle` | ||
Requires ordisallows trailingcommas. | ||
## Rule Details | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# `default-param-last` | ||
Enforces default parameters to be last. | ||
## Rule Details | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# `dot-notation` | ||
Enforces dot notation whenever possible. | ||
## Rule Details | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# `func-call-spacing` | ||
Requires ordisallows spacing between function identifiers and their invocations. | ||
## Rule Details | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# `indent` | ||
Enforces consistent indentation. | ||
## Warning | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# `init-declarations` | ||
Requires ordisallows initialization in variable declarations. | ||
## Rule Details | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# `keyword-spacing` | ||
Enforces consistent spacing before and after keywords. | ||
## Rule Details | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# `no-array-constructor` | ||
Disallows generic `Array` constructors. | ||
## Rule Details | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# `no-confusing-non-null-assertion` | ||
Disallows non-null assertion in locations that may be confusing. | ||
## Rule Details | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# `no-dupe-class-members` | ||
Disallows duplicate class members. | ||
## Rule Details | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# `no-duplicate-imports` | ||
Disallows duplicate imports. | ||
## DEPRECATED | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# `no-empty-function` | ||
Disallows empty functions. | ||
## Rule Details | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# `no-extra-non-null-assertion` | ||
Disallows extra non-null assertion. | ||
## Rule Details | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# `no-extra-parens` | ||
Disallows unnecessary parentheses. | ||
## Rule Details | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# `no-extra-semi` | ||
Disallows unnecessary semicolons. | ||
## Rule Details | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# `no-invalid-this` | ||
Disallows `this` keywords outside of classes or class-like objects. | ||
## Rule Details | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# `no-loss-of-precision` | ||
Disallows literal numbers that lose precision. | ||
## Rule Details | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# `no-magic-numbers` | ||
Disallows magic numbers. | ||
## Rule Details | ||
Uh oh!
There was an error while loading.Please reload this page.