Merge branch 'movie-web:dev' into primewire

This commit is contained in:
zisra
2024-03-26 16:15:55 -05:00
committed by GitHub
7 changed files with 10 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ module.exports = {
'no-bitwise': 'off',
'no-underscore-dangle': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'no-console': 'off',
'no-console': ['error', { allow: ['warn', 'error'] }],
'@typescript-eslint/no-this-alias': 'off',
'import/prefer-default-export': 'off',
'@typescript-eslint/no-empty-function': 'off',