mirror of
https://github.com/outline/outline.git
synced 2026-06-13 11:25:03 +03:00
084490ba6b
* Add rules * codemod: update-react-imports * Update babelrc
17 lines
273 B
Plaintext
17 lines
273 B
Plaintext
{
|
|
"extends": [
|
|
"../.eslintrc",
|
|
"plugin:react/recommended",
|
|
"plugin:react-hooks/recommended"
|
|
],
|
|
"plugins": [
|
|
"eslint-plugin-react-hooks"
|
|
],
|
|
"rules": {
|
|
"react/react-in-jsx-scope": "off"
|
|
},
|
|
"env": {
|
|
"jest": true,
|
|
"browser": true
|
|
}
|
|
} |