This commit is contained in:
dwelle 2025-04-29 17:58:25 +02:00
parent 0eb59e2fc3
commit f5cb82d311

View file

@ -1,22 +1,10 @@
{
"extends": [
"@excalidraw/eslint-config",
"react-app"
],
"extends": ["@excalidraw/eslint-config", "react-app"],
"rules": {
"import/order": [
"warn",
{
"groups": [
"builtin",
"external",
"internal",
"parent",
"sibling",
"index",
"object",
"type"
],
"groups": ["builtin", "external", "internal", "parent", "sibling", "index", "object", "type"],
"pathGroups": [
{
"pattern": "@excalidraw/**",