You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
311 B
19 lines
311 B
3 years ago
|
{
|
||
|
"extends": ["react-app", "plugin:jsx-a11y/recommended"],
|
||
|
"plugins": ["jsx-a11y"],
|
||
|
"overrides": [
|
||
|
{
|
||
|
"files": ["**/*.ts?(x)"],
|
||
|
"rules": {
|
||
|
"jsx-a11y/anchor-is-valid": 0
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"env": {
|
||
|
"node": true,
|
||
|
"commonjs": true,
|
||
|
"browser": true,
|
||
|
"es6": true
|
||
|
}
|
||
|
}
|