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 caf586c commit 5af52f4Copy full SHA for 5af52f4
lint-staged.config.js
@@ -1,4 +1,4 @@
1
module.exports = {
2
'*.{ts,js}': ['yarn format', 'yarn lint'],
3
- '*.{md}': ['yarn format'],
+ '*.md': ['yarn format'],
4
};
0 commit comments