Update .eslintrc

This commit is contained in:
He4eT 2023-05-21 16:29:18 +03:00 committed by Alexey
commit 3288234f36

View file

@ -17,7 +17,11 @@ module.exports = {
'sourceType': 'module'
},
'rules': {
"jest/no-deprecated-functions": 0,
'jest/no-deprecated-functions': 0,
'arrow-parens': ['error', 'always'],
'comma-dangle': ['error', 'always-multiline'],
'indent': [
'error',
2