mirror of
https://github.com/primer/css.git
synced 2024-11-28 22:01:43 +03:00
14 lines
164 B
JSON
14 lines
164 B
JSON
{
|
|
"extends": [
|
|
"plugin:github/react"
|
|
],
|
|
"rules": {
|
|
"import/no-namespace": 0
|
|
},
|
|
"settings": {
|
|
"react": {
|
|
"version": "detect"
|
|
}
|
|
}
|
|
}
|