mirror of
https://github.com/primer/css.git
synced 2024-11-27 17:52:45 +03:00
18 lines
274 B
JSON
18 lines
274 B
JSON
{
|
|
"extends": [
|
|
"plugin:github/react",
|
|
"plugin:jsx-a11y/recommended"
|
|
],
|
|
"rules": {
|
|
"import/no-namespace": 0,
|
|
"no-unused-vars": ["error", {
|
|
"ignoreRestSiblings": true
|
|
}]
|
|
},
|
|
"settings": {
|
|
"react": {
|
|
"version": "detect"
|
|
}
|
|
}
|
|
}
|