From f5dab13f1315adc09a922eca46ef7af38df482e3 Mon Sep 17 00:00:00 2001 From: Sander Bruens Date: Tue, 21 May 2024 14:39:43 -0400 Subject: [PATCH] Fix typo. --- .eslintrc.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 84b98e58a5c..87eceb355b9 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -28,9 +28,9 @@ // Similar to above but for src/www/model, but you can use files from both the // src/www/model and src/www/infrastructure paths. { - "target": "./client/src/wwwmodel", + "target": "./client/src/www/model", "from": ".", - "except": ["./client/src/wwwmodel", "./src/infrastructure", "./node_modules"] + "except": ["./client/src/www/model", "./src/infrastructure", "./node_modules"] }, // Prevents the internals of the outline_server_repository from being used publicly in the app. { @@ -43,11 +43,11 @@ }, { "target": "./client/src/wwwviews", - "from": "./client/src/wwwmodel" + "from": "./client/src/www/model" }, { "target": "./client/src/wwwui_components", - "from": "./client/src/wwwmodel" + "from": "./client/src/www/model" }, { "target": "./client/src/wwwviews",