1
1
mirror of https://github.com/primer/css.git synced 2024-09-22 06:07:31 +03:00

add settings.react to .eslintrc.json

This commit is contained in:
Shawn Allen 2018-12-04 22:01:45 -08:00
parent ddf07bf019
commit 8cc2a458a8

View File

@ -4,6 +4,11 @@
"plugin:github/react",
"plugin:jsx-a11y/recommended"
],
"settings": {
"react": {
"version": "^16.6"
}
},
"rules": {
"import/no-namespace": 0
}