Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 33b974d

Browse filesBrowse files
auvreddanvk
authored andcommitted
docs(eslint-plugin): remove fixable and hasSuggestions from rules that don't provide them (typescript-eslint#8253)
1 parent bb907e2 commit 33b974d
Copy full SHA for 33b974d

File tree

Expand file treeCollapse file tree

2 files changed

+0
-3
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+0
-3
lines changed

‎packages/eslint-plugin/src/rules/class-methods-use-this.ts

Copy file name to clipboardExpand all lines: packages/eslint-plugin/src/rules/class-methods-use-this.ts
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ export default createRule<Options, MessageIds>({
2828
extendsBaseRule: true,
2929
requiresTypeChecking: false,
3030
},
31-
fixable: 'code',
32-
hasSuggestions: false,
3331
schema: [
3432
{
3533
type: 'object',

‎packages/eslint-plugin/src/rules/no-confusing-non-null-assertion.ts

Copy file name to clipboardExpand all lines: packages/eslint-plugin/src/rules/no-confusing-non-null-assertion.ts
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ export default createRule({
1313
'Disallow non-null assertion in locations that may be confusing',
1414
recommended: 'stylistic',
1515
},
16-
fixable: 'code',
1716
hasSuggestions: true,
1817
messages: {
1918
confusingEqual:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.