You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context
The current eslint-config list many deprecated rules that could be migrated from eslint/typescript-eslint to typescript-eslint and stylistics.
Non exhaustive list contains the following:
comma-dangle
comma-style
dot-location
eol-last
indent
key-spacing
linebreak-style
max-length
new-parens
no-mixed-spaces-and-tabs
no-multiple-empty-lines
no-multi-spaces
no-trailing-spaces
quotes
semi
spaced-comment
space-in-parens
space-unary-ops
Proposal
Review all the current eslint rules.
Depending on the decision about the usage of prettier, replace them with their supported equivalent (typescript-eslint or stylistics) rules or remove them, if they are duplicates of prettier config.
The text was updated successfully, but these errors were encountered:
Note that we should not just cover the stylistic rules but all the deprecated eslint rules (eg. eslint id-blacklist has been replaced with id-denylist)
Context
Pre-requisite
Context
The current eslint-config list many deprecated rules that could be migrated from eslint/typescript-eslint to typescript-eslint and stylistics.
Non exhaustive list contains the following:
Proposal
Review all the current eslint rules.
Depending on the decision about the usage of prettier, replace them with their supported equivalent (typescript-eslint or stylistics) rules or remove them, if they are duplicates of prettier config.
The text was updated successfully, but these errors were encountered: