There was an error while loading. Please reload this page.
1 parent 43558ee commit f4e6ca4Copy full SHA for f4e6ca4
packages/eslint-plugin-custom-rule/src/myRule.ts
@@ -10,7 +10,6 @@ const myRule: TSESLint.RuleModule<MessageIds> = {
10
messageIdForSomeFailure: 'Error message for some failure',
11
messageIdForSomeOtherFailure: 'Error message for some other failure',
12
},
13
- fixable: 'code',
14
schema: [], // no options
15
16
create: context => ({
0 commit comments