Skip to content

Commit 7fb19bf

Browse files
Upgrade Nextjs apphosting starter to Nextjs 15 (#247)
* Upgrade Nextjs apphosting starter to Nextjs 15 * Upgrade to next@15.0.0 * Ignore the starters folder in the root eslintrc.cjs file * Bump eslint 9 for nextjs starter template * Bump to next 15.0.0 for firebase-frameworks * Use react 18 and next 15..0.0 * Use react 18 and next 15..0.0
1 parent f938deb commit 7fb19bf

File tree

6 files changed

+1333
-1149
lines changed

6 files changed

+1333
-1149
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,5 @@ module.exports = {
117117
},
118118
},
119119
parser: "@typescript-eslint/parser",
120-
ignorePatterns: [
121-
122-
],
120+
ignorePatterns: ["starters/**"],
123121
};

0 commit comments

Comments
 (0)