@@ -13,6 +13,7 @@ module.exports = {
...base.rules,
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/camelcase': 'off',
- "react/prop-types": "off"
+ 'react/prop-types': 'off',
+ 'new-cap': 'off'
}
};