mirror of
https://github.com/primer/css.git
synced 2024-12-01 04:21:12 +03:00
11 lines
156 B
JSON
11 lines
156 B
JSON
|
{
|
||
|
"extends": [
|
||
|
"plugin:github/es6",
|
||
|
"plugin:github/react",
|
||
|
"plugin:jsx-a11y/recommended"
|
||
|
],
|
||
|
"rules": {
|
||
|
"import/no-namespace": 0
|
||
|
}
|
||
|
}
|