mirror of
https://github.com/outline/outline.git
synced 2025-03-14 10:07:11 +00:00
14 lines
217 B
Plaintext
14 lines
217 B
Plaintext
{
|
|
"extends": [
|
|
"../.eslintrc",
|
|
"plugin:react/recommended",
|
|
"plugin:react-hooks/recommended"
|
|
],
|
|
"plugins": [
|
|
"eslint-plugin-react-hooks"
|
|
],
|
|
"env": {
|
|
"jest": true,
|
|
"browser": true
|
|
}
|
|
} |