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 4b9aefc commit 204ad99Copy full SHA for 204ad99
lint-staged.config.js
@@ -1,7 +1,4 @@
1
export default {
2
'**/*.{js,jsx,ts,tsx}': ['eslint'],
3
- '**/*.{md,json,yml,yaml}': [
4
- 'prettier --check',
5
- 'cspell --no-progress --no-must-find-files',
6
- ],
+ '**/*.{md,json,yml,yaml}': ['prettier --check', 'cspell --no-progress --no-must-find-files'],
7
};
0 commit comments