Skip to content

Commit c29c41d

Browse files
committed
style: format lint-staged.js
1 parent c3c5ff9 commit c29c41d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/lint-staged.js

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
const config = {
2-
'*.{ts,tsx,js,jsx}': [
3-
'xo --fix',
4-
() => 'ava'
5-
],
2+
'*.{ts,tsx,js,jsx}': ['xo --fix', () => 'ava'],
63
'*.{vue,css,less,scss,html,htm,json,md,markdown,yml,yaml}':
74
'prettier --write',
85
};
9-
106
export default config;

0 commit comments

Comments
 (0)