Skip to content

Commit dc1b0f3

Browse files
Partially match the new typescript action structure (#66)
* chore: update eslint to v9 * chore: update jest + package.json to support new action layout * chore: update build script to use roll-up * chore: run `npm run all` * chore: update superlinter config * chore: update ts parser and eslint config * chore: update github action dependencies
1 parent 0fc2b74 commit dc1b0f3

File tree

15 files changed

+38240
-33339
lines changed

15 files changed

+38240
-33339
lines changed

.eslintignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/linters/.eslintrc.yml

Lines changed: 0 additions & 80 deletions
This file was deleted.

.github/workflows/linter.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,16 @@ jobs:
3838

3939
- name: Lint Codebase
4040
id: super-linter
41-
uses: super-linter/super-linter/slim@v6
41+
uses: super-linter/super-linter/slim@v7
4242
env:
4343
DEFAULT_BRANCH: main
4444
FILTER_REGEX_EXCLUDE: dist/**/*
4545
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46-
TYPESCRIPT_DEFAULT_STYLE: prettier
46+
LINTER_RULES_PATH: ${{ github.workspace }}
4747
VALIDATE_ALL_CODEBASE: true
48+
VALIDATE_JAVASCRIPT_ES: false
4849
VALIDATE_JAVASCRIPT_STANDARD: false
49-
VALIDATE_TYPESCRIPT_STANDARD: false
5050
VALIDATE_JSCPD: false
51+
VALIDATE_TYPESCRIPT_ES: false
52+
VALIDATE_JSON: false
53+
VALIDATE_TYPESCRIPT_STANDARD: false

badges/coverage.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)