Skip to content

Commit

Permalink
build(package): save prettier to devDependencies & add .prettierrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Aug 10, 2023
1 parent 6cfc106 commit 246a6f5
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"singleQuote": true
}
24 changes: 23 additions & 1 deletion package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"postman-to-openapi": "^3.0.1"
},
"devDependencies": {
"@stoplight/spectral-cli": "^6.10.1"
"@stoplight/spectral-cli": "^6.10.1",
"prettier": "^3.0.1"
}
}

0 comments on commit 246a6f5

Please sign in to comment.