1
1
mirror of https://github.com/primer/css.git synced 2024-09-19 04:37:38 +03:00
css/docs/.eslintrc.json
2021-03-26 16:46:41 -07:00

21 lines
325 B
JSON

{
"extends": [
"plugin:react/recommended",
"plugin:jsx-a11y/recommended"
],
"rules": {
"import/no-namespace": 0,
"no-unused-vars": ["error", {
"ignoreRestSiblings": true
}]
},
"settings": {
"react": {
"version": "detect"
}
},
"globals": {
"__DEV__": "readonly"
}
}