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.
1 parent 1c24abe commit e0118d2Copy full SHA for e0118d2
.eslintrc.js
@@ -116,6 +116,7 @@ module.exports = {
116
strict: ['error', 'global'],
117
'unicorn/import-style': ['off'], // TODO(@lishaduck): Re-enable this once we use ESM.
118
'unicorn/no-null': 'off',
119
+ 'unicorn/prefer-ternary': 'off',
120
'unicorn/prevent-abbreviations': 'off',
121
'unicorn/catch-error-name': ['error', {ignore: [/^err/i]}], // We use "error" for the result of `intoError` as well.
122
'no-fallthrough': 'off', // TSESLint doesn't provide an alternative, and TS checks for this anyway.
0 commit comments