Skip to content
Snippets Groups Projects
Commit 584e32b3 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

chore: add "prefer-optional-chain" eslint rule

parent 95270bda
No related branches found
No related tags found
1 merge request!777Update master to V2.0
......@@ -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: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment