tiptap/.lintstagedrc.js
2024-11-11 15:23:55 +01:00

4 lines
131 B
JavaScript

module.exports = {
'./**/*.{ts,tsx,js,jsx,vue}': ['prettier --write', 'eslint --fix --quiet --no-error-on-unmatched-pattern'],
}