2020-04-23 18:35:05 +02:00
|
|
|
{
|
2021-03-02 12:29:32 +02:00
|
|
|
"extends": ["@excalidraw/eslint-config", "react-app"],
|
2020-04-23 18:35:05 +02:00
|
|
|
"rules": {
|
2021-11-02 14:24:16 +02:00
|
|
|
"import/no-anonymous-default-export": "off",
|
2024-08-23 15:54:59 +02:00
|
|
|
"no-restricted-globals": "off",
|
|
|
|
"@typescript-eslint/consistent-type-imports": ["error", { "prefer": "type-imports", "disallowTypeAnnotations": false, "fixStyle": "separate-type-imports" }]
|
2020-04-23 18:35:05 +02:00
|
|
|
}
|
|
|
|
}
|