vidsrcto draft

This commit is contained in:
Jorrin
2023-12-27 02:03:53 +01:00
parent d8f2d0553a
commit 8b7e840814
10 changed files with 263 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ module.exports = {
},
plugins: ['@typescript-eslint', 'import', 'prettier'],
rules: {
'no-bitwise': 'off',
'no-underscore-dangle': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'no-console': 'off',