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 May 9, 2024
1 parent 4a8f3ce commit d5e7b14
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 d5e7b14

Please sign in to comment.