Skip to content

Commit 7a7ace4

Browse files
authored
Merge pull request #39 from developmentseed/update/ui
Update UI
2 parents bc9899a + 3b94132 commit 7a7ace4

34 files changed

+299
-244
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
env:
1212
NODE: 18
13-
WORKING_DIRECTORY: web
13+
WORKING_DIRECTORY: packages/web
1414

1515
jobs:
1616
prep:

.github/workflows/deploy-web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
99
NODE: 18
10-
WORKING_DIRECTORY: web
10+
WORKING_DIRECTORY: packages/web
1111

1212
jobs:
1313
build:
File renamed without changes.

web/.eslintrc.json renamed to packages/web/.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"argsIgnorePattern": "^_"
2626
}
2727
],
28-
"@typescript-eslint/no-explicit-any": "off",
28+
"no-console": "error",
2929
"jest/no-deprecated-functions": "off"
3030
}
3131
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)