forked from polka_billy/porridger
Code styling changes
This commit is contained in:
@ -23,5 +23,14 @@ module.exports = {
|
||||
{ allowConstantExport: true },
|
||||
],
|
||||
'@typescript-eslint/no-non-null-assertion': 'off',
|
||||
'@typescript-eslint/quotes': [
|
||||
'error',
|
||||
'single',
|
||||
{
|
||||
'avoidEscape': true,
|
||||
'allowTemplateLiterals': true
|
||||
}
|
||||
],
|
||||
'jsx-quotes': [2, 'prefer-single'],
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user