We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
unicorn/explicit-length-check
1 parent 12e5b52 commit f52ca9eCopy full SHA for f52ca9e
.eslintrc.js
@@ -38,6 +38,7 @@ module.exports = {
38
'ember-concurrency/no-perform-without-catch': 'warn',
39
'ember-concurrency/require-task-name-suffix': 'error',
40
41
+ 'unicorn/explicit-length-check': ['error', { 'non-zero': 'not-equal' }],
42
// disabled because we need `null` since JSON has no `undefined`
43
'unicorn/no-null': 'off',
44
// disabled because this rule conflicts with prettier
0 commit comments