mirror of
https://github.com/primer/css.git
synced 2024-11-10 16:07:25 +03:00
21 lines
325 B
JSON
21 lines
325 B
JSON
{
|
|
"extends": [
|
|
"plugin:react/recommended",
|
|
"plugin:jsx-a11y/recommended"
|
|
],
|
|
"rules": {
|
|
"import/no-namespace": 0,
|
|
"no-unused-vars": ["error", {
|
|
"ignoreRestSiblings": true
|
|
}]
|
|
},
|
|
"settings": {
|
|
"react": {
|
|
"version": "detect"
|
|
}
|
|
},
|
|
"globals": {
|
|
"__DEV__": "readonly"
|
|
}
|
|
}
|