-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix lint issues, move unused commands to beta
- Loading branch information
Showing
7 changed files
with
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,8 @@ plugins: | |
runtimes: | ||
enabled: | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
# - [email protected] <-- there's only a single Node.js file: echo-url-coder.js | ||
actions: | ||
disabled: | ||
- trunk-announce | ||
|
@@ -23,7 +23,6 @@ lint: | |
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- git-diff-check@SYSTEM | ||
- [email protected] | ||
|
@@ -37,6 +36,7 @@ lint: | |
- [email protected] | ||
- [email protected] | ||
disabled: | ||
- eslint # it can't find the bevry config extensions for some reason | ||
- trivy | ||
- oxipng # broken for some reason on my mac mini | ||
ignore: | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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