mirror of
https://github.com/primer/css.git
synced 2024-11-24 05:06:04 +03:00
16 lines
223 B
JSON
16 lines
223 B
JSON
{
|
|
"extends": [
|
|
"plugin:github/es6",
|
|
"plugin:github/react",
|
|
"plugin:jsx-a11y/recommended"
|
|
],
|
|
"settings": {
|
|
"react": {
|
|
"version": "^16.6"
|
|
}
|
|
},
|
|
"rules": {
|
|
"import/no-namespace": 0
|
|
}
|
|
}
|