Skip to content

Commit

Permalink
Set trailingComma to es5 (#36)
Browse files Browse the repository at this point in the history
* Set trailingComma to es5

* Remove trailingcomma setting
  • Loading branch information
ramonakira authored Jun 19, 2023
1 parent 4ceb3b3 commit d68bbaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ module.exports = {
semi: false,
singleQuote: true,
tabWidth: 2,
trailingComma: 'all',
plugins: [require('prettier-plugin-tailwindcss')],
}

0 comments on commit d68bbaa

Please sign in to comment.