Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some rules are set to error, but without precising what they should be #5

Open
ntraut opened this issue Sep 10, 2021 · 1 comment
Open

Comments

@ntraut
Copy link
Member

ntraut commented Sep 10, 2021

some rules like semi and comma-dangle are set to error, but it is not specified if they should be always or never, so the default rule is kept unless the rule is modified by another extension.
is this really what we want?
in the case we want to let the default, why set the level to error?

@ntraut
Copy link
Member Author

ntraut commented Apr 1, 2024

the default option for semi is always, and the default option for comma-dangle is never. setting them to error ensure that the default rules are observed.

note that those stylistic rules are now deprecated in order to be replaced by the ones from @stylistic/eslint-plugin-js, at some point we may want to do the migration: https://eslint.style/guide/migration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant