This commit is contained in:
TheNetsky
2024-08-18 15:06:44 +02:00
parent 755237caa1
commit ce2a72ee36
5 changed files with 113 additions and 75 deletions

View File

@@ -28,6 +28,10 @@ module.exports = {
'error',
'never'
],
'@typescript-eslint/no-explicit-any':
['warn', {
fixToUnknown: true // This line is optional and only relevant if you are using TypeScript
}],
'comma-dangle': 'off',
'@typescript-eslint/comma-dangle': 'error',
'prefer-arrow-callback': 'error'