tiptap/.lintstagedrc.js

4 lines
112 B
JavaScript
Raw Normal View History

2022-07-06 18:59:02 +08:00
module.exports = {
"./**/*.{ts,tsx,js,jsx,vue}": ["eslint --fix --quiet --no-error-on-unmatched-pattern"],
};