Skip to content

Commit

Permalink
Merge pull request #12 from empathyco/update-prettier-config
Browse files Browse the repository at this point in the history
feat(prettier): update config
  • Loading branch information
AdrianArenal authored Nov 6, 2024
2 parents b6a2be4 + 20496d0 commit 54c670b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions prettier.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ const config = {
printWidth: 100,
singleQuote: true,
arrowParens: 'avoid',
trailingComma: 'none',
vueIndentScriptAndStyle: true
semi: false,
};

export default config;

0 comments on commit 54c670b

Please sign in to comment.