mirror of
https://github.com/primer/css.git
synced 2024-11-28 04:43:05 +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
|
|
}
|
|
}
|