From 509aa44710dc245b0060a87e51548b7f8b95fabd Mon Sep 17 00:00:00 2001 From: Zaytsev Kirill Date: Sun, 30 May 2021 11:46:09 +0300 Subject: [PATCH] chore: Updated eslint rules --- .eslintrc.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 0fd398e..17ea4db 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -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