Skip to content

Commit

Permalink
update to org
Browse files Browse the repository at this point in the history
  • Loading branch information
beuluis committed Aug 27, 2023
1 parent a2cc3f0 commit 2ebdfb9
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 24 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-npm-feature-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
testing:
permissions:
pull-requests: write
uses: beuluis/reusable-workflows/.github/workflows/node-qa-testing.yml@main
uses: Beuterei/reusable-workflows/.github/workflows/node-qa-testing.yml@main
with:
run_jest_coverage: false
build_command: npm publish --dry-run
Expand All @@ -23,7 +23,7 @@ jobs:
needs: testing
permissions:
packages: write
uses: beuluis/reusable-workflows/.github/workflows/github-npm-publish.yml@main
uses: Beuterei/reusable-workflows/.github/workflows/github-npm-publish.yml@main
with:
dist_tag: ${{ github.head_ref }}
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/github-npm-feature-remove.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
permissions:
packages: write
if: ${{ github.event.action == 'closed' }}
uses: beuluis/reusable-workflows/.github/workflows/github-npm-remove-dist-tag.yml@main
uses: Beuterei/reusable-workflows/.github/workflows/github-npm-remove-dist-tag.yml@main
with:
dist_tag: ${{ github.head_ref }}
secrets: inherit
4 changes: 2 additions & 2 deletions .github/workflows/npm-next-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
testing:
permissions:
contents: write
uses: beuluis/reusable-workflows/.github/workflows/node-qa-testing.yml@main
uses: Beuterei/reusable-workflows/.github/workflows/node-qa-testing.yml@main
with:
run_jest_coverage: false
build_command: npm publish --dry-run
secrets: inherit

publish-npm:
needs: testing
uses: beuluis/reusable-workflows/.github/workflows/npm-publish.yml@main
uses: Beuterei/reusable-workflows/.github/workflows/npm-publish.yml@main
with:
dist_tag: 'next'
secrets: inherit
4 changes: 2 additions & 2 deletions .github/workflows/npm-production-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ on:

jobs:
testing:
uses: beuluis/reusable-workflows/.github/workflows/node-qa-testing.yml@main
uses: Beuterei/reusable-workflows/.github/workflows/node-qa-testing.yml@main
with:
run_jest_coverage: false
build_command: npm publish --dry-run
secrets: inherit

publish-npm:
needs: testing
uses: beuluis/reusable-workflows/.github/workflows/npm-publish.yml@main
uses: Beuterei/reusable-workflows/.github/workflows/npm-publish.yml@main
secrets: inherit
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<br />
<br />
·
<a href="https://github.com/beuluis/eslint-config/issues">Report Bug</a>
<a href="https://github.com/Beuterei/eslint-config/issues">Report Bug</a>
·
<a href="https://github.com/beuluis/eslint-config/issues">Request Feature</a>
<a href="https://github.com/Beuterei/eslint-config/issues">Request Feature</a>
·
</p>
</p>
Expand Down Expand Up @@ -493,12 +493,12 @@ Luis Beu - [email protected]
<!-- MARKDOWN LINKS & IMAGES -->
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
[contributors-shield]: https://img.shields.io/github/contributors/beuluis/eslint-config.svg?style=flat-square
[contributors-url]: https://github.com/beuluis/eslint-config/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/beuluis/eslint-config.svg?style=flat-square
[forks-url]: https://github.com/beuluis/eslint-config/network/members
[stars-shield]: https://img.shields.io/github/stars/beuluis/eslint-config.svg?style=flat-square
[stars-url]: https://github.com/beuluis/eslint-config/stargazers
[issues-shield]: https://img.shields.io/github/issues/beuluis/eslint-config.svg?style=flat-square
[issues-url]: https://github.com/beuluis/eslint-config/issues
[license-shield]: https://img.shields.io/github/license/beuluis/eslint-config.svg?style=flat-square
[contributors-shield]: https://img.shields.io/github/contributors/Beuterei/eslint-config.svg?style=flat-square
[contributors-url]: https://github.com/Beuterei/eslint-config/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/Beuterei/eslint-config.svg?style=flat-square
[forks-url]: https://github.com/Beuterei/eslint-config/network/members
[stars-shield]: https://img.shields.io/github/stars/Beuterei/eslint-config.svg?style=flat-square
[stars-url]: https://github.com/Beuterei/eslint-config/stargazers
[issues-shield]: https://img.shields.io/github/issues/Beuterei/eslint-config.svg?style=flat-square
[issues-url]: https://github.com/Beuterei/eslint-config/issues
[license-shield]: https://img.shields.io/github/license/Beuterei/eslint-config.svg?style=flat-square
1 change: 1 addition & 0 deletions configurations/typescript-no-type-checking.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"rules": {
"canonical/prefer-inline-type-import": "off",
"@typescript-eslint/unbound-method": "off",
"no-return-await": "off",
"@typescript-eslint/consistent-type-definitions": ["error", "interface"],
"@typescript-eslint/member-ordering": [
"error",
Expand Down
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.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beuluis/eslint-config",
"version": "2.0.0",
"version": "2.0.1",
"description": "Shared eslint config for my projects",
"main": "./eslintrc.js",
"files": [
Expand All @@ -20,14 +20,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/beuluis/eslint-config.git"
"url": "git+https://github.com/Beuterei/eslint-config.git"
},
"author": "Luis Beu <[email protected]> (https://luisbeu.de/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/beuluis/eslint-config/issues"
"url": "https://github.com/Beuterei/eslint-config/issues"
},
"homepage": "https://github.com/beuluis/eslint-config#readme",
"homepage": "https://github.com/Beuterei/eslint-config#readme",
"dependencies": {
"@rushstack/eslint-patch": "^1.3.3",
"eslint-config-canonical": "^41.1.7",
Expand Down

0 comments on commit 2ebdfb9

Please sign in to comment.