Skip to content

Commit 3e95f02

Browse files
committed
fix code rule
1 parent 2b71509 commit 3e95f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/no-arrow-function-lifecycle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = {
1919
url: docsUrl('no-arrow-function-lifecycle')
2020
},
2121
schema: [],
22-
fixable: 'code',
22+
fixable: 'code'
2323
},
2424

2525
create: Components.detect((context, components) => {

0 commit comments

Comments
 (0)