Skip to content

Commit 7253e0c

Browse files
committed
docusaurus faster is now stable, update eslint to account for deprecatons!
1 parent ac8ff45 commit 7253e0c

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ const config: Config = {
209209

210210
future: {
211211
v4: true, // opt-in to v4 to ease transition in the future
212-
experimental_faster: {
212+
faster: {
213213
rspackBundler: true, // required flag
214214
rspackPersistentCache: true, // new flag
215215
},

eslint.config.mjs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@ const eslintConfig = tseslint.config(
6868

6969
{
7070
settings: {
71-
react: {
72-
version: "detect",
73-
},
71+
react: { version: "19" }, // Avoids auto-detection crash
7472
},
7573
},
7674

@@ -112,7 +110,7 @@ const eslintConfig = tseslint.config(
112110
},
113111
],
114112
"unicorn/no-null": "off",
115-
"unicorn/prevent-abbreviations": [
113+
"unicorn/name-replacements": [
116114
"warn",
117115
{
118116
replacements: {

0 commit comments

Comments
 (0)