Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
harmless-tech committed Aug 18, 2024
1 parent 6520406 commit c7903dd
Show file tree
Hide file tree
Showing 5 changed files with 481 additions and 418 deletions.
3 changes: 0 additions & 3 deletions .github/linters/actionlint.yml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,5 @@ jobs:
TYPESCRIPT_DEFAULT_STYLE: prettier
VALIDATE_ALL_CODEBASE: true
VALIDATE_JAVASCRIPT_STANDARD: false
VALIDATE_TYPESCRIPT_STANDARD: false
VALIDATE_JSCPD: false
3 changes: 2 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ sup-lint LOG_LEVEL=default_log_level:
-e VALIDATE_ALL_CODEBASE=true \
-e TYPESCRIPT_DEFAULT_STYLE=prettier \
-e VALIDATE_JAVASCRIPT_STANDARD=false \
-e VALIDATE_TYPESCRIPT_STANDARD=false \
-e VALIDATE_JSCPD=false \
-v ./:/tmp/lint \
ghcr.io/super-linter/super-linter:slim-latest
ghcr.io/super-linter/super-linter:slim-v6
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "install-cargo-prebuilt-action",
"description": "Install cargo prebuilt to a runner and some packages if you want.",
"version": "4.0.1",
"version": "4.0.2",
"author": "harmless-tech, cargo-prebuilt",
"private": true,
"homepage": "https://github.com/cargo-prebuilt/cargo-prebuilt-action",
Expand Down Expand Up @@ -71,20 +71,20 @@
"@actions/tool-cache": "^2.0.1",
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.10",
"@types/node": "^22.4.0",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"@typescript-eslint/eslint-plugin": "^7",
"@typescript-eslint/parser": "^7",
"@vercel/ncc": "^0.38.1",
"eslint": "<9",
"eslint": "^8",
"eslint-plugin-github": "5.0.1",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-jest": "^28.8.0",
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"prettier": "3.3.3",
"prettier-eslint": "^16.3.0",
"ts-jest": "^29.2.2",
"typescript": "^5.5.3"
"ts-jest": "^29.2.4",
"typescript": "^5.5.4"
}
}
Loading

0 comments on commit c7903dd

Please sign in to comment.