mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-24 03:39:01 +08:00
4 lines
112 B
JavaScript
4 lines
112 B
JavaScript
|
module.exports = {
|
||
|
"./**/*.{ts,tsx,js,jsx,vue}": ["eslint --fix --quiet --no-error-on-unmatched-pattern"],
|
||
|
};
|