diff --git a/.eslintrc.json b/.eslintrc.json index 87eceb355b9..2511882467d 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -34,15 +34,15 @@ }, // Prevents the internals of the outline_server_repository from being used publicly in the app. { - "target": "./client/src/wwwapp/*.ts", - "from": "./client/src/wwwapp/outline_server_repository/server.ts" + "target": "./client/src/www/app/*.ts", + "from": "./client/src/www/app/outline_server_repository/server.ts" }, { - "target": "./client/src/wwwapp/*.ts", - "from": "./client/src/wwwapp/outline_server_repository/access_key_serialization.ts" + "target": "./client/src/www/app/*.ts", + "from": "./client/src/www/app/outline_server_repository/access_key_serialization.ts" }, { - "target": "./client/src/wwwviews", + "target": "./client/src/www/views", "from": "./client/src/www/model" }, { @@ -50,12 +50,12 @@ "from": "./client/src/www/model" }, { - "target": "./client/src/wwwviews", - "from": "./client/src/wwwapp" + "target": "./client/src/www/views", + "from": "./client/src/www/app" }, { - "target": "./client/src/wwwui_components", - "from": "./client/src/wwwapp" + "target": "./client/src/www/ui_components", + "from": "./client/src/www/app" } ] } @@ -117,7 +117,7 @@ }, // No need to check browser compatibility for electron files { - "files": ["./client/src/wwwapp/electron_main.ts"], + "files": ["./client/src/www/app/electron_main.ts"], "rules": { "compat/compat": "off" }