mirror of
https://github.com/portainer/portainer.git
synced 2025-07-18 21:09:40 +02:00
5 lines
154 B
JavaScript
5 lines
154 B
JavaScript
module.exports = {
|
|
'*.(js|ts){,x}': 'eslint --cache --fix',
|
|
'*.(ts){,x}': () => 'tsc --noEmit',
|
|
'*.{js,ts,tsx,css,md,html}': 'prettier --write',
|
|
};
|