Skip to content

Commit

Permalink
chore: move prettier.config.js settings into package.json (#27)
Browse files Browse the repository at this point in the history
One small step towards "Reduce number of files in project root #21" issue.
Putting prettier settings in the package.json eliminates one file and works
with IDEs, CLI, our yarn format[:fix], etc...

Ref: #21
  • Loading branch information
markstur authored Sep 19, 2024
1 parent 82daecd commit c5b61be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
"NodeJS Agent Framework"
],
"packageManager": "yarn@4.1.1",
"prettier": {
"printWidth": 100,
"quoteProps": "consistent"
},
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
9 changes: 0 additions & 9 deletions prettier.config.js

This file was deleted.

0 comments on commit c5b61be

Please sign in to comment.