1
1
mirror of https://github.com/primer/css.git synced 2024-11-28 22:01:43 +03:00
css/.storybook/.eslintrc.json
2019-03-05 22:07:37 -08:00

14 lines
164 B
JSON

{
"extends": [
"plugin:github/react"
],
"rules": {
"import/no-namespace": 0
},
"settings": {
"react": {
"version": "detect"
}
}
}