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

14 lines
164 B
JSON
Raw Normal View History

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