|
|
|
|
@ -22,7 +22,6 @@ module.exports = {
|
|
|
|
|
},
|
|
|
|
|
plugins: ['@typescript-eslint', 'jest'],
|
|
|
|
|
rules: {
|
|
|
|
|
'jest/no-done-callback': 'off',
|
|
|
|
|
'@typescript-eslint/naming-convention': [
|
|
|
|
|
'error',
|
|
|
|
|
{
|
|
|
|
|
@ -45,6 +44,7 @@ module.exports = {
|
|
|
|
|
'single',
|
|
|
|
|
{ avoidEscape: true, allowTemplateLiterals: false }
|
|
|
|
|
],
|
|
|
|
|
'jest/no-done-callback': 'off',
|
|
|
|
|
curly: ['error', 'all'],
|
|
|
|
|
eqeqeq: 'error',
|
|
|
|
|
'prefer-arrow-callback': 'error'
|
|
|
|
|
|