Skip to content

Commit

Permalink
fix: remove trailingComma
Browse files Browse the repository at this point in the history
  • Loading branch information
Alquipo committed Oct 13, 2022
1 parent f473320 commit ca8e243
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion next.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = {
{
"semi": false,
"singleQuote": true,
"trailingComma": "all",
"trailingComma": "none",
"arrowParens": "always",
"printWidth": 80,
"tabWidth": 2
Expand Down
2 changes: 1 addition & 1 deletion react.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module.exports = {
{
"semi": false,
"singleQuote": true,
"trailingComma": "all",
"trailingComma": "none",
"arrowParens": "always",
"printWidth": 80,
"tabWidth": 2
Expand Down

0 comments on commit ca8e243

Please sign in to comment.