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 2b71509 commit 3e95f02Copy full SHA for 3e95f02
lib/rules/no-arrow-function-lifecycle.js
@@ -19,7 +19,7 @@ module.exports = {
19
url: docsUrl('no-arrow-function-lifecycle')
20
},
21
schema: [],
22
- fixable: 'code',
+ fixable: 'code'
23
24
25
create: Components.detect((context, components) => {
0 commit comments