Skip to content

Commit

Permalink
chore: update prettier rules to match old config
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOrangePuff committed Nov 5, 2024
1 parent 4a9e571 commit 834650f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"semi": true,
"singleQuote": false,
"arrowParens": "avoid"
"arrowParens": "avoid",
"trailingComma": "es5"
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"inlineSources": true,
"experimentalDecorators": true,
"strictPropertyInitialization": false,
"typeRoots": ["./node_modules/@types"],
"typeRoots": ["./node_modules/@types"]
},
"exclude": ["**/node_modules", "cdk.out", "**/handlers/**"]
}

0 comments on commit 834650f

Please sign in to comment.