Skip to content

Commit

Permalink
fix: Make releaserc, prettier and linters the same as in other projec…
Browse files Browse the repository at this point in the history
…ts (#417)

* Make releaserc, prettier and linters the same as in other projects

* Bump packages

* Update .prettierignore

---------

Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>
  • Loading branch information
Andrew Nikitin and ankurdotb committed Oct 31, 2023
1 parent 77d6f1e commit c05c404
Show file tree
Hide file tree
Showing 5 changed files with 176 additions and 197 deletions.
21 changes: 0 additions & 21 deletions .github/linters/.commitlint.rules.js

This file was deleted.

11 changes: 11 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.DS_Store
node_modules
/dist

# Ignore files for PNPM, NPM and YARN
pnpm-lock.yaml
package-lock.json
yarn.lock
*.md
*.yaml
*.yml
1 change: 0 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
[
"@semantic-release/commit-analyzer",
{
"parserOpts": "./.github/linters/.commitlint.rules.js",
"releaseRules": [
{ "breaking": true, "release": "major" },
{ "type": "feat", "release": "minor" },
Expand Down
Loading

0 comments on commit c05c404

Please sign in to comment.