tiptap/.lintstagedrc.js
2022-07-06 12:59:02 +02:00

4 lines
112 B
JavaScript

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