We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c18ee0e commit 3628c7bCopy full SHA for 3628c7b
lint-staged.config.js
@@ -1,3 +1,4 @@
1
module.exports = {
2
'*.{ts,js}': ['yarn format', 'yarn lint'],
3
+ '*.{md}': ['yarn format'],
4
};
0 commit comments