Skip to content

Commit 811f108

Browse files

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.eslintrc.js

+7
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ const rules = {
3737
argsIgnorePattern: '^_',
3838
varsIgnorePattern: '^_'
3939
}
40+
],
41+
'jsx-a11y/anchor-is-valid': [
42+
'error',
43+
{
44+
components: ['Link'],
45+
aspects: ['invalidHref', 'preferButton']
46+
}
4047
]
4148
};
4249

0 commit comments

Comments
 (0)