1
0
mirror of synced 2024-11-21 21:06:04 +03:00

chore: Updated eslint rules

This commit is contained in:
Zaytsev Kirill 2021-05-30 11:46:09 +03:00
parent b4ab3404a4
commit 509aa44710

View File

@ -22,7 +22,9 @@ module.exports = {
},
rules: {
'@typescript-eslint/ban-ts-ignore': 'off', // @TODO
'@typescript-eslint/camelcase': ['error', {
allow: ['^__Formulario'],
}],
'@typescript-eslint/no-empty-function': 'off',
'@typescript-eslint/no-explicit-any': 'off', // @TODO
'@typescript-eslint/no-unused-vars': ['error'], // @TODO