CodingGardenCommunity / app-wiki

Getting Started and Contribution Guidelines for all Contributors
MIT License
32 stars 10 forks source link

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

Open Eckhardt-D opened 5 years ago

Eckhardt-D commented 5 years ago

curently

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

solution:

lintererror

Eckhardt-D commented 5 years ago

Sorry for closing, still getting use to the workflow.

rabbitwerks commented 5 years ago

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 commented 5 years ago

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

0 - Nothing 1 - Warn 2 - Error

rabbitwerks commented 5 years ago

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