fix
This commit is contained in:
parent
d14a08034b
commit
36147f470c
3
index.js
3
index.js
@ -45,6 +45,7 @@ module.exports = {
|
||||
}
|
||||
],
|
||||
'@typescript-eslint/no-use-before-define': 'off',
|
||||
'id-match': ['error', '^([a-z][a-z0-9_]*|[A-Z][a-zA-Z]*)$', { onlyDeclarations: true }]
|
||||
'id-match': ['error', '^([a-z][a-z0-9_]*|[A-Z][a-zA-Z]*)$', { onlyDeclarations: true }],
|
||||
'no-underscore-dangle': 'off'
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user