eslint-plugin-ember
eslint-plugin-ember copied to clipboard
Fixed #2078: Allow let to be used in the test files
This allows referencing let variables in the files in the tests directory without causing linting errors.
Fixed issue #2078
btw, before it gets committed to permanent history – "flies" -> "files" 🪰😃
The reason for this rule is not different in tests vs app. So if we think this rule is unworkable in tests and safe to disable in tests, we should just delete the rule entirely, because the exact same arguments apply to app code.