Include "tools" folder in "lint" packagejson script

This commit is contained in:
schroda
2026-02-21 21:47:15 +01:00
parent 41fe42f29b
commit d1c9adf763
2 changed files with 2 additions and 1 deletions

View File

@@ -99,6 +99,7 @@ module.exports = {
{
files: ['tools/scripts/**/*'],
rules: {
'no-console': 'off',
'no-relative-import-paths/no-relative-import-paths': 'off',
'import/no-extraneous-dependencies': ['error', { devDependencies: true }],
},