Skip to content

Commit

Permalink
style: format lint-staged.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbruijn committed Nov 6, 2023
1 parent c3c5ff9 commit c29c41d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/lint-staged.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
const config = {
'*.{ts,tsx,js,jsx}': [
'xo --fix',
() => 'ava'
],
'*.{ts,tsx,js,jsx}': ['xo --fix', () => 'ava'],
'*.{vue,css,less,scss,html,htm,json,md,markdown,yml,yaml}':
'prettier --write',
};

export default config;

0 comments on commit c29c41d

Please sign in to comment.