Skip to content

Commit

Permalink
More typo fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens committed May 21, 2024
1 parent f5dab13 commit 3e6c9a4
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,28 +34,28 @@
},
// 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"
},
{
"target": "./client/src/wwwui_components",
"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"
}
]
}
Expand Down Expand Up @@ -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"
}
Expand Down

0 comments on commit 3e6c9a4

Please sign in to comment.