Skip to content

Commit

Permalink
Fix package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
mjradwin committed Oct 28, 2024
1 parent ce24c21 commit 2d82c38
Show file tree
Hide file tree
Showing 4 changed files with 1,301 additions and 3,145 deletions.
7 changes: 5 additions & 2 deletions .prettierrc.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
module.exports = {
...require('gts/.prettierrc.json')
}
"bracketSpacing": false,
"singleQuote": true,
"trailingComma": "es5",
"arrowParens": "avoid",
};
Loading

0 comments on commit 2d82c38

Please sign in to comment.