Skip to content

Commit

Permalink
new update
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyasbhat0 committed Sep 3, 2024
1 parent c3a377f commit 07cc1c9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,16 @@
"jest": true
},
"ignorePatterns": ["dist/*"],
"plugins": ["node", "jest", "@typescript-eslint"],
"plugins": ["node", "jest", "@typescript-eslint",
"@semantic-release/commit-analyzer",
{
"preset": "eslint",
"releaseRules": [
{ "tag": "Docs", "message": "*README*", "release": "patch" },
{ "tag": "New", "release": "major" }
]
}
],
"extends": [
"eslint:recommended",
"plugin:import/errors",
Expand Down

0 comments on commit 07cc1c9

Please sign in to comment.