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

Invalid: .eslintrc file incorrect property value for 'no-use-before-define' #11

Open
Eckhardt-D opened this issue Feb 27, 2019 · 4 comments
Labels
invalid This doesn't seem right

Comments

@Eckhardt-D
Copy link

curently

'no-use-before-define': 'on'

solution:

lintererror

@Eckhardt-D Eckhardt-D added the invalid This doesn't seem right label Feb 27, 2019
@Eckhardt-D Eckhardt-D reopened this Feb 27, 2019
@Eckhardt-D
Copy link
Author

Sorry for closing, still getting use to the workflow.

@rabbitwerks
Copy link
Member

Haha good catch? The configuration examples just provided the initial value as off, so I guess I didn't think that it was looking for a 0, 1, or 2. @w3cj is this accurate?

@Coder-Book
Copy link

Coder-Book commented Mar 10, 2019

I'm not CJ, but it is accurate @Sharpie360

0 - Nothing
1 - Warn
2 - Error

@rabbitwerks
Copy link
Member

That's what i thought as well, and was specified by the docs. I will double check.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

3 participants