Skip to content

Commit 30c6be9

Browse files
committed
docs: defineConfig is no longer a re-export of config from typescript-eslint
1 parent 27caf5f commit 30c6be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Because of the complexity of this config, it is exported as a factory function t
2929

3030
This package exports:
3131

32-
- a utility function: `defineConfig`, as a re-export of the [`config` function from `typescript-eslint`](https://typescript-eslint.io/packages/typescript-eslint#config).
32+
- a utility function: `defineConfig`, whose type signature is the same as the [`config` function from `typescript-eslint`](https://typescript-eslint.io/packages/typescript-eslint#config).
3333
- all the [shared configruations from `typescript-eslint`](https://typescript-eslint.io/users/configs), available as named exports (in camelCase, e.g. `recommendedTypeChecked`).
3434
- a Vue-specific config factory: `configureVueProject({ supportedScriptLangs, rootDir })`. More info below.
3535

0 commit comments

Comments
 (0)