-
-
Notifications
You must be signed in to change notification settings - Fork 103
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
Contradicting doc (option "always") for semicolon #163
Comments
|
Ok thanks, then I misunderstood the docs for the Configuration Factory:
I understood it like this: if you don't specify the key, we will use our default value (hence the word: "shared" configuration), otherwise you can customize it by specifying the key yourself. But apparently that's not the case. Is there a way to import all of the style rules without having to manually specifying each key in the config? I haven't seen such an option yet. |
I am not sure if it's a good idea to enable all rules, but sure we could have a preset for that |
Opened #164 for tracking that |
In the docs for
semi
, you state thatalways
was the default option.eslint-stylistic/packages/eslint-plugin-js/rules/semi/README.md
Line 78 in 62a83bb
However, when I use the following configuration in
.eslintrc.js
:I get errors for having semicolons ("Extra semicolon"), such that I manually have to set
I don't know but maybe this is related to this line?
eslint-stylistic/packages/eslint-plugin-js/configs/disable-legacy.ts
Line 59 in 62a83bb
The text was updated successfully, but these errors were encountered: