2020-04-23 18:35:05 +02:00
|
|
|
{
|
2021-03-02 11:29:32 +01:00
|
|
|
"extends": ["@excalidraw/eslint-config", "react-app"],
|
2020-04-23 18:35:05 +02:00
|
|
|
"rules": {
|
2021-03-02 11:29:32 +01:00
|
|
|
"import/no-anonymous-default-export": "off"
|
2020-04-23 18:35:05 +02:00
|
|
|
}
|
|
|
|
}
|