Skip to content

Commit

Permalink
Merge pull request #5717 from deNBI/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
dweinholz authored May 16, 2023
2 parents f3d810e + 1bdae20 commit 183dfb8
Show file tree
Hide file tree
Showing 42 changed files with 2,777 additions and 2,384 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@
"ignoreRegExpLiterals": true
}
],
"no-shadow": "error",
"no-shadow": "off",
"@typescript-eslint/no-shadow": "warn",
"require-jsdoc": "warn",
"guard-for-in": "off",
"jsdoc/newline-after-description": "off",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/LintingAutoFix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Create Pull Request
if: steps.git-check.outputs.modified == 'true'
id: cpr
uses: peter-evans/[email protected].0
uses: peter-evans/[email protected].1
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: fix(Linting):blacked code
Expand Down
Loading

0 comments on commit 183dfb8

Please sign in to comment.