diff --git a/.eslintrc.json b/.eslintrc.json index d977e8980..89f822736 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -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/**",