This commit is contained in:
dap
2024-09-26 14:37:22 +08:00
13 changed files with 530 additions and 324 deletions

View File

@@ -147,7 +147,7 @@ const customConfig: Linter.Config[] = [
},
},
{
files: ['internal/**/**'],
files: ['internal/**/**', 'scripts/**/**'],
rules: {
'no-console': 'off',
},