mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-03 06:47:33 +00:00
9 lines
183 B
JavaScript
9 lines
183 B
JavaScript
export default {
|
|
'./**/*.js': 'pnpm exec eslint --cache --fix',
|
|
|
|
'./**/*.{ts,tsx,vue,mts}': [
|
|
'pnpm exec eslint --cache --fix',
|
|
'pnpm exec prettier --cache --write'
|
|
]
|
|
}
|