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.
2 parents 7bef9ab + 3628c7b commit 106013fCopy full SHA for 106013f
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