1
1
mirror of https://github.com/primer/css.git synced 2024-12-01 04:21:12 +03:00
css/docs/.eslintrc.json

16 lines
223 B
JSON
Raw Normal View History

2018-12-01 03:20:14 +03:00
{
"extends": [
"plugin:github/es6",
"plugin:github/react",
"plugin:jsx-a11y/recommended"
],
2018-12-05 09:01:45 +03:00
"settings": {
"react": {
"version": "^16.6"
}
},
2018-12-01 03:20:14 +03:00
"rules": {
"import/no-namespace": 0
}
}