tiptap/.lintstagedrc.js

4 lines
131 B
JavaScript
Raw Normal View History

2022-07-06 18:59:02 +08:00
module.exports = {
2024-11-02 00:16:15 +08:00
'./**/*.{ts,tsx,js,jsx,vue}': ['prettier --write', 'eslint --fix --quiet --no-error-on-unmatched-pattern'],
}