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 91c53f0 + 5af52f4 commit d8be3f7Copy full SHA for d8be3f7
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