mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-27 08:54:32 +00:00
updates eslint rules
This commit is contained in:
parent
b697384325
commit
6ac3ca1f03
@ -16,6 +16,8 @@ module.exports = {
|
||||
},
|
||||
rules: {
|
||||
'no-implicit-globals': [1],
|
||||
'no-console': 'error',
|
||||
'no-debugger': 'error',
|
||||
'typescript/class-name-casing': 'error',
|
||||
'typescript/interface-name-prefix': ['error', 'always'],
|
||||
'typescript/member-delimiter-style': 'error',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user