Skip to content

Commit

Permalink
Update rules
Browse files Browse the repository at this point in the history
  • Loading branch information
ncalteen committed Aug 16, 2024
1 parent 8ad13a5 commit a502c76
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,6 @@ rules:
import/no-namespace: off
no-console: off
no-shadow: off
no-useless-escape: off
no-unused-vars: off
prettier/prettier: error
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "branch-enforcement",
"description": "Enforce pull requests being merged to specific branches",
"version": "2.0.0",
"version": "2.0.1",
"type": "module",
"author": "Nick Alteen <ncalteen@github.com>",
"homepage": "https://github.com/ncalteen/branch-enforcement",
Expand Down

0 comments on commit a502c76

Please sign in to comment.