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

11 lines
156 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"
],
"rules": {
"import/no-namespace": 0
}
}