Skip to content

Commit

Permalink
Merge branch 'main' into knip-config
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens committed Feb 13, 2023
2 parents 0df82fb + ba48dde commit 2364f6c
Show file tree
Hide file tree
Showing 21 changed files with 1,040 additions and 218 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ module.exports = {
plugins: [
"@typescript-eslint",
"deprecation",
"import",
"no-only-tests",
"regexp",
"simple-import-sort",
Expand All @@ -67,6 +68,7 @@ module.exports = {
root: true,
rules: {
// These off-by-default rules work well for this repo and we like them on.
"import/extensions": ["error", "ignorePackages"],
"no-only-tests/no-only-tests": "error",
"simple-import-sort/exports": "error",
"simple-import-sort/imports": "error",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
github-token: ${{ secrets.ACCESS_TOKEN }}
# Note: keep this inline script in sync with script/setup.js!
# Todo: it would be nice to not have two sources of truth...
# /~https://github.com/JoshuaKGoldberg/ts-api-utils/issues/145
# /~https://github.com/JoshuaKGoldberg/template-typescript-node-package/issues/145
script: |
github.request(
`PUT /repos/JoshuaKGoldberg/ts-api-utils/branches/main/protection`,
Expand Down
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ lib/
pnpm-lock.yaml

# See /~https://github.com/all-contributors/cli/issues/347
.all-contributorsrc
.all-contributorsrc
Loading

0 comments on commit 2364f6c

Please sign in to comment.