mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-23 17:40:23 +03:00
16 lines
401 B
Text
16 lines
401 B
Text
{
|
|
"root": true,
|
|
"extends": [
|
|
"@shlinkio/js-coding-standard"
|
|
],
|
|
"parserOptions": {
|
|
"project": "./tsconfig.json"
|
|
},
|
|
"ignorePatterns": ["src/service*.ts"],
|
|
"rules": {
|
|
"jsx-a11y/control-has-associated-label": "off",
|
|
"jsx-a11y/label-has-associated-control": "off",
|
|
"jsx-a11y/click-events-have-key-events": "off",
|
|
"jsx-a11y/no-static-element-interactions": "off"
|
|
}
|
|
}
|