excalidraw/.eslintrc.json
2023-09-04 00:31:13 +02:00

16 lines
277 B
JSON

{
"extends": [
"plugin:react-hooks/recommended"
],
"parser": "@typescript-eslint/parser",
"plugins": [
"react",
"@typescript-eslint"
],
"root": true,
"rules": {
"import/no-anonymous-default-export": "off",
"no-restricted-globals": "off"
}
}