-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(workflows/linter): use bun instead of yarn (#618)
* feat(workflows): use bun instead of yarn With `use-bun: true` option when using _linter.yml_ we will use bun over yarn for installation. NOTE: `install-all` still relies on yarn. * fix(tests): remove unused eslint rules and attempt to fix linting issues --------- Co-authored-by: Pascal Weiland <[email protected]>
- Loading branch information
Showing
3 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
/* eslint-disable sonarjs/no-duplicate-string */ | ||
/* | ||
by SWR Audio Lab | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
/* eslint-disable sonarjs/no-duplicate-string */ | ||
/* | ||
by SWR Audio Lab | ||
|