Skip to content

Commit

Permalink
chore(prettier): keep only config without default values
Browse files Browse the repository at this point in the history
  • Loading branch information
rochejul authored and TheSench committed Nov 16, 2021
1 parent 7acd5a4 commit f23138c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
module.exports = {
printWidth: 80,
semi: true,
singleQuote: true,
tabWidth: 2,
useTabs: false,
trailingComma: 'es5',
endOfLine: 'auto'
}

0 comments on commit f23138c

Please sign in to comment.