Skip to content

Commit 09a16d9

Browse files
committed
chore: lint
1 parent b438d44 commit 09a16d9

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

docs/2.guide/3.going-further/1.features.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ export default defineNuxtConfig({
7777
})
7878
```
7979

80-
8180
### typescriptBundlerResolution
8281

8382
This enables 'Bundler' module resolution mode for TypeScript, which is the recommended setting for frameworks like Nuxt and [Vite](https://vite.dev/guide/performance.html#reduce-resolve-operations).
@@ -88,7 +87,6 @@ See [the original TypeScript pull request](https://github.com/microsoft/TypeScri
8887

8988
You can set it to false to use the legacy 'Node' mode, which is the default for TypeScript.
9089

91-
9290
```ts [nuxt.config.ts]
9391
export default defineNuxtConfig({
9492
future: {

docs/3.api/6.nuxt-config.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,6 @@ Configure shared esbuild options used within Nuxt and passed to other builders,
668668

669669
## experimental
670670

671-
672671
::read-more{to="/docs/4.x/guide/going-further/experimental-features"} Learn more about Nuxt's experimental features.
673672
::
674673

0 commit comments

Comments
 (0)