Skip to content

Commit 204ad99

Browse files
committed
Fix linting issues
1 parent 4b9aefc commit 204ad99

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lint-staged.config.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
export default {
22
'**/*.{js,jsx,ts,tsx}': ['eslint'],
3-
'**/*.{md,json,yml,yaml}': [
4-
'prettier --check',
5-
'cspell --no-progress --no-must-find-files',
6-
],
3+
'**/*.{md,json,yml,yaml}': ['prettier --check', 'cspell --no-progress --no-must-find-files'],
74
};

0 commit comments

Comments
 (0)