Skip to content

Commit

Permalink
Merge branch 'main' into ci/update-ci-jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack authored Sep 28, 2023
2 parents 5cac245 + aac19fd commit bcc0519
Show file tree
Hide file tree
Showing 16 changed files with 3,633 additions and 1,491 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"extends": ["plugin:github/recommended", "plugin:github/browser", "plugin:github/typescript"],
"rules": {
"import/extensions": ["error", "always"],
"import/no-unresolved": "off"
"import/no-unresolved": "off",
"import/no-named-as-default": "off"
},
"ignorePatterns": ["dist"]
}
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v4
- uses: actions/stale@v8
with:

# General settings
Expand Down
Loading

0 comments on commit bcc0519

Please sign in to comment.