-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update observatory dependencies and upgrade nextjs to v15 (#2765)
* wip fix next15 * feat: start migration to nextjs 15 * fix: fix categories and revert to maplibre 4 * fix: build * fix: pageTitle in cat pages
- Loading branch information
1 parent
eff0fdd
commit 95624be
Showing
25 changed files
with
4,799 additions
and
3,914 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
{ | ||
"plugins": ["@typescript-eslint"], | ||
"extends": ["next/core-web-vitals", "plugin:@typescript-eslint/recommended", "prettier"], | ||
"extends": ["next/core-web-vitals", "plugin:@typescript-eslint/recommended"], | ||
"rules": { | ||
"@typescript-eslint/no-unused-vars": "error", | ||
"@typescript-eslint/no-explicit-any": "warn" | ||
"@typescript-eslint/no-explicit-any": "warn", | ||
"@typescript-eslint/no-unused-expressions": "warn" | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.