Commit 155f706
tools: add meta.fixable to fixable lint rules
This commit adds the meta.fixable property to all fixable ESLint
rules. This is required as of ESLint 7.6.0.
PR-URL: #34589
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>1 parent 71ee488 commit 155f706Copy full SHA for 155f706
File tree
Expand file treeCollapse file tree
7 files changed
+27
-0
lines changedOpen diff view settings
Filter options
- tools/eslint-rules
Expand file treeCollapse file tree
7 files changed
+27
-0
lines changedOpen diff view settings
Collapse file
tools/eslint-rules/crypto-check.js
Copy file name to clipboardExpand all lines: tools/eslint-rules/crypto-check.js+4Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
120 | 120 | |
121 | 121 | |
122 | 122 | |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
Collapse file
tools/eslint-rules/eslint-check.js
Copy file name to clipboardExpand all lines: tools/eslint-rules/eslint-check.js+4Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
58 | 58 | |
59 | 59 | |
60 | 60 | |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
Collapse file
tools/eslint-rules/inspector-check.js
Copy file name to clipboardExpand all lines: tools/eslint-rules/inspector-check.js+4Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
59 | 59 | |
60 | 60 | |
61 | 61 | |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
Collapse file
tools/eslint-rules/lowercase-name-for-primitive.js
Copy file name to clipboardExpand all lines: tools/eslint-rules/lowercase-name-for-primitive.js+4Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
53 | 53 | |
54 | 54 | |
55 | 55 | |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
Collapse file
tools/eslint-rules/non-ascii-character.js
Copy file name to clipboardExpand all lines: tools/eslint-rules/non-ascii-character.js+4Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
59 | 59 | |
60 | 60 | |
61 | 61 | |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
Collapse file
tools/eslint-rules/prefer-assert-iferror.js
Copy file name to clipboardExpand all lines: tools/eslint-rules/prefer-assert-iferror.js+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
8 | 8 | |
9 | 9 | |
10 | 10 | |
| 11 | + |
| 12 | + |
| 13 | + |
11 | 14 | |
12 | 15 | |
13 | 16 | |
|
Collapse file
tools/eslint-rules/prefer-assert-methods.js
Copy file name to clipboardExpand all lines: tools/eslint-rules/prefer-assert-methods.js+4Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
42 | 42 | |
43 | 43 | |
44 | 44 | |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
0 commit comments