Skip to content

Commit 0895e73

Browse files
committed
docs: add information about the old-style usage
1 parent e3ee63c commit 0895e73

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,12 @@ export default defineConfigWithVueTs(
128128
)
129129
```
130130

131+
## Use As a Normal Shared ESLint Config (Not Recommended)
132+
133+
You can use this package as a normal ESLint config, without the `defineConfigWithVueTs` helper. But in this case, overriding the rules for `.vue` files would be more difficult and comes with many nuances. Please be cautious.
134+
135+
You can check [the documentation for 14.1 and earlier versions](https://github.com/vuejs/eslint-config-typescript/tree/v14.1.4#usage) for more information.
136+
131137
## Further Reading
132138

133139
- [All the extendable configurations from `typescript-eslint`](https://typescript-eslint.io/users/configs).

0 commit comments

Comments
 (0)