Docs: Misleading statement: "Contains all of stylistic
, along with additional stylistic rules that require type information."
#11211
Labels
documentation
Documentation ("docs") that needs adding/updating
fix: user error
issue was fixed by correcting the configuration / correcting the code
Before You File a Documentation Request Please Confirm You Have Done The Following...
Suggested Changes
typescript-eslint/packages/typescript-eslint/src/index.ts
Line 112 in af077a0
This statement led me to think that I wouldn't need any
@stylistic/*
packages and that by using thetseslint.configs.stylisticTypeChecked
config I would getstylistic
lint errors out of the box.Affected URL(s)
https://typescript-eslint.io/users/configs/#stylistic-type-checked
Additional Info
It may also be worthwhile to provide an example for those looking to use both
typescript-eslint
andstylistic
.It was rather challenging for me to come up with this:
The text was updated successfully, but these errors were encountered: