Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens committed May 21, 2024
1 parent c9f9a46 commit f5dab13
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.
{
Expand All @@ -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",
Expand Down

0 comments on commit f5dab13

Please sign in to comment.