diff --git a/.eslintrc.js b/.eslintrc.js index 505e8ccc4a0f0dfb5dcca0a057d6d080898fa37a..d463b1af434adc17f24ef1ccf9bee0270c49378b 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -28,6 +28,7 @@ module.exports = { 'react/prop-types': 'warn', 'no-console': 'off', '@typescript-eslint/no-explicit-any': 'warn', + '@typescript-eslint/prefer-optional-chain': 'warn', }, settings: { react: {