Skip to content

Commit

Permalink
small addition to prettierrc & version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tejhan committed Feb 10, 2025
1 parent a261e0a commit f617f6a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"tabWidth": 4,
"printWidth": 120,
"bracketSpacing": true
"bracketSpacing": true,
"endOfLine": "lf",
"arrowParens": "always",
"singleQuote": false,
"semi": true
}
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@
"glob": "^11.0.1",
"globals": "^15.14.0",
"mocha": "^11.0.1",
"prettier": "^3.4.2",
"prettier": "^3.5.0",
"sinon": "^19.0.2",
"ts-loader": "^9.5.2",
"typescript": "^5.7.3",
Expand Down

0 comments on commit f617f6a

Please sign in to comment.