mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 14:29:45 +00:00
rename frontend to web
This commit is contained in:
9
web/lint-staged.config.js
Normal file
9
web/lint-staged.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
module.exports = {
|
||||
'**/*.{js,ts,html,md,json}': 'prettier --write',
|
||||
'*.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/install-wizard/**/*.ts': () => 'npm run check:install',
|
||||
'projects/setup-wizard/**/*.ts': () => 'npm run check:setup',
|
||||
}
|
||||
Reference in New Issue
Block a user