inlcude marketplace in linter

This commit is contained in:
Matt Hill
2022-10-17 13:45:01 -06:00
committed by Aiden McClelland
parent 6e1c2fd7fd
commit b57336f6cf
2 changed files with 3 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ module.exports = {
'*.ts': 'tslint --fix',
'projects/ui/**/*.ts': () => 'npm run check:ui',
'projects/shared/**/*.ts': () => 'npm run check:shared',
'projects/marketplace/**/*.ts': () => 'npm run check:marketplace',
'projects/diagnostic-ui/**/*.ts': () => 'npm run check:dui',
'projects/setup-wizard/**/*.ts': () => 'npm run check:setup',
}