2021-11-03 10:41:59 +00:00
|
|
|
module.exports = {
|
2024-12-02 19:49:03 +00:00
|
|
|
'*.(js|ts){,x}': 'yarn lint',
|
2021-11-03 10:41:59 +00:00
|
|
|
'*.(ts){,x}': () => 'tsc --noEmit',
|
2024-12-02 19:49:03 +00:00
|
|
|
'*.{js,ts,tsx,css,md,html,json}': 'yarn format',
|
2024-01-02 03:59:49 +00:00
|
|
|
'*.go': () => 'make lint-server',
|
2021-11-03 10:41:59 +00:00
|
|
|
};
|