Repository URL to install this package:
|
Version:
1.2.1 ▾
|
@spoqa/eslint-config-spoqa
/
next.js
|
|---|
module.exports = {
plugins: ['jsx-a11y'],
rules: {
'jsx-a11y/anchor-is-valid': [
'error',
{
components: ['Link'],
specialLink: ['hrefLeft', 'hrefRight'],
aspects: ['invalidHref', 'preferButton'],
},
],
},
};