Skip to content

Commit

Permalink
chore: Add prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdotb committed Sep 26, 2023
1 parent 02c54c6 commit b7e454f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 38 deletions.
37 changes: 0 additions & 37 deletions .github/linters/.commitlint.rules.js

This file was deleted.

9 changes: 9 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"useTabs": true,
"tabWidth": 4,
"printWidth": 120,
"proseWrap": "always",
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
}
1 change: 0 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"plugins": [
[ "@semantic-release/commit-analyzer",
{
"parserOpts": "./.github/linters/.commitlint.rules.js",
"releaseRules": [
{ "breaking": true, "release": "major" },
{ "type": "feat", "release": "minor" },
Expand Down

0 comments on commit b7e454f

Please sign in to comment.