eslint-plugin-ember icon indicating copy to clipboard operation
eslint-plugin-ember copied to clipboard

Fixed #2078: Allow let to be used in the test files

Open bitxplora opened this issue 1 year ago • 2 comments

This allows referencing let variables in the files in the tests directory without causing linting errors.

Fixed issue #2078

bitxplora avatar Oct 12 '24 19:10 bitxplora

btw, before it gets committed to permanent history – "flies" -> "files" 🪰😃

CvX avatar Oct 14 '24 17:10 CvX

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.

ef4 avatar Oct 15 '24 15:10 ef4