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",