Document a preference for starting from scratch #325
Labels
documentation
Improvements or additions to docs
status: accepting prs
Please, send in a PR to resolve this! ✨
type: bug
Something isn't working
Overview
I've been suggesting to people on Twitter (and @beenotung mentioned something like this too) that if they have the time, the most pleasant way to convert from TSLint to ESLint is:
eslint
,@typescript-eslint/parser
, and@typescript-eslint/eslint-plugin
packages.eslintrc.js
file that extends from@typescript-eslint/recommended
.eslintrc.js
and file an issue/ticket/what-have-you to get back to it laterActual Behavior
No such documentation, which implies that directly using this package is the recommended way to convert.
Expected Behavior
This package works best when you have a very finely tuned TSLint configuration and not enough time to start from scratch. But, TSLint has some legacy recommendations in its rules, and not starting from scratch means you might miss out on some great new rules.
The text was updated successfully, but these errors were encountered: