Skip to content

Commit

Permalink
chore(elixir-cloud-eslint): change scope to @elixir-cloud (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
anuragxxd committed Apr 11, 2024
1 parent a5ef985 commit ad4188f
Show file tree
Hide file tree
Showing 20 changed files with 2,187 additions and 4,896 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [["@elixir-cloud/*"]],
"fixed": [["@elixir-cloud/design", "@elixir-cloud/tes", "@elixir-cloud/wes"]],
"linked": [],
"access": "public",
"baseBranch": "main",
Expand Down
8 changes: 8 additions & 0 deletions .changeset/perfect-rockets-guess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@elixir-cloud/tes": patch
"@elixir-cloud/wes": patch
"@elixir-cloud/design": patch
"@elixir-cloud/eslint-config": patch
---

chore(elixir-cloud-eslint): change eslint scope to @elixir-cloud
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"root": true,
"extends": ["elixir"],
"extends": ["@elixir-cloud"],
"settings": {},
"rules": {
"@typescript-eslint/no-var-requires": 0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ELIXIR Cloud Components (ECC) are lightweight, fast and reusable Web Components
| ecc-client-ga4gh-wes | Collection of Web Components for interacting with WES (Workflow Execution Service) |
| ecc-client-ga4gh-trs | Collection of Web Components for interacting with TRS (Tool Registry Service) |
| ecc-client-ga4gh-trs-filer | Collection of Web Components for interacting with Elixir TRS Filer |
| eslint-config-elixir | Custom & common eslint configuration for elixir packages |
| eslint-config | Custom & common eslint configuration for elixir packages |

## Contributing

Expand Down
Loading

0 comments on commit ad4188f

Please sign in to comment.