Skip to content

Commit 8a378d5

Browse files
committed
thjs-55: + prettier script to lint staged config
1 parent 21cbdc3 commit 8a378d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.lintstagedrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
'*': npm run lint:editorconfig && npm run lint:fs
2+
'*.{js,jsx,scss,json,md,html}': npm run prettify
23
shared/**/*.js: npm run lint:shared:js
34
client/src/**/*.{js,jsx}: npm run lint:client:js
45
client/src/**/*.scss: npm run lint:client:css

0 commit comments

Comments
 (0)