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

typo: in docs for rule max-lines #6406

Closed
Delagen opened this issue Jun 14, 2016 · 1 comment
Closed

typo: in docs for rule max-lines #6406

Delagen opened this issue Jun 14, 2016 · 1 comment
Labels
archived due to age This issue has been archived; please open a new issue for any further discussion documentation Relates to ESLint's documentation

Comments

@Delagen
Copy link

Delagen commented Jun 14, 2016

What version of ESLint are you using? 2.12.0

What parser (default, Babel-ESLint, etc.) are you using? default

Please show your full configuration:

"max-lines": [
            "warn",
            {
                "max": 300,
                "skipBlankLines": true,
                "skipComment": true
            }
        ],

with docs

What did you do? Please include the actual source code causing the issue.

What did you expect to happen?
no error

What actually happened? Please include the actual, raw output from ESLint.
need to be

"skipComments": true
@eslintbot eslintbot added the triage An ESLint team member will look at this issue soon label Jun 14, 2016
@vitorbal vitorbal added the documentation Relates to ESLint's documentation label Jun 14, 2016
@vitorbal
Copy link
Member

vitorbal commented Jun 14, 2016

Thanks @Delagen! This was already fixed with #6374, but thanks for noticing anyway! The fix should be reflected in our docs with the next ESLint release.

@vitorbal vitorbal removed the triage An ESLint team member will look at this issue soon label Jun 14, 2016
@eslint-deprecated eslint-deprecated bot locked and limited conversation to collaborators Feb 6, 2018
@eslint-deprecated eslint-deprecated bot added the archived due to age This issue has been archived; please open a new issue for any further discussion label Feb 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
archived due to age This issue has been archived; please open a new issue for any further discussion documentation Relates to ESLint's documentation
Projects
None yet
Development

No branches or pull requests

3 participants