mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 01:17:22 +00:00
Update .eslintrc
This commit is contained in:
parent
b6687463e8
commit
3288234f36
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue