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 e30bfaf commit 04f4480Copy full SHA for 04f4480
packages/devextreme/eslint.config.mjs
@@ -509,7 +509,7 @@ export default [
509
'@typescript-eslint/restrict-plus-operands': 'warn',
510
'@typescript-eslint/no-use-before-define': 'warn',
511
'@typescript-eslint/no-unused-expressions': 'warn',
512
- '@typescript-eslint/prefer-optional-chain': 'warn',
+ '@typescript-eslint/prefer-optional-chain': 'off',
513
'@typescript-eslint/no-this-alias': 'warn',
514
'@typescript-eslint/no-non-null-assertion': 'warn',
515
'@typescript-eslint/explicit-module-boundary-types': 'warn',
0 commit comments