Skip to content

Commit 4ca0493

Browse files
committed
Remove fixable property
1 parent 63a098b commit 4ca0493

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/rules/enforce-button-for-link-with-nohref.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ module.exports = {
1212
url: url(module),
1313
},
1414
messages: {
15-
noLinkWithoutHref:
16-
'Links without href and other side effects are not accessible. Use a Button instead.',
15+
noLinkWithoutHref: 'Links without href and other side effects are not accessible. Use a Button instead.',
1716
},
18-
fixable: 'code',
1917
},
2018

2119
create(context) {

0 commit comments

Comments
 (0)