fix naming convention
This commit is contained in:
parent
3f7201a625
commit
15ebcaab30
7
index.js
7
index.js
@ -26,5 +26,10 @@ module.exports = {
|
||||
parser: 'babel-eslint'
|
||||
},
|
||||
|
||||
rules: {}
|
||||
rules: {
|
||||
'@typescript-eslint/camelcase': 'off',
|
||||
'@typescript-eslint/naming-convention': ['error',
|
||||
{ selector: 'default', format: ['snake_case'] }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user