mirror of
https://github.com/primer/css.git
synced 2024-11-29 06:02:33 +03:00
ad358f2087
* upgrade * add all stories * new directory * move back to docs * remove from root * cleanup * try node 16 * adjust build script * try to fix build * try node 16 * maybe? * please * bye gatsby * fix button story * add info banner * add missing marketing docs
25 lines
383 B
JSON
25 lines
383 B
JSON
{
|
|
"extends": [
|
|
"plugin:react/recommended",
|
|
"plugin:jsx-a11y/recommended",
|
|
"plugin:storybook/recommended"
|
|
],
|
|
"rules": {
|
|
"import/no-namespace": 0,
|
|
"no-unused-vars": [
|
|
"error",
|
|
{
|
|
"ignoreRestSiblings": true
|
|
}
|
|
]
|
|
},
|
|
"settings": {
|
|
"react": {
|
|
"version": "detect"
|
|
}
|
|
},
|
|
"globals": {
|
|
"__DEV__": "readonly"
|
|
}
|
|
}
|