Reconfigure tsconfig and eslint

This commit is contained in:
Nick Alteen
2023-08-23 13:57:44 -04:00
parent 497bed758e
commit bd79503369
12 changed files with 195 additions and 521 deletions

View File

@@ -38,7 +38,7 @@ jobs:
- name: Test
id: npm-ci-test
run: npm ci-test
run: npm run ci-test
test-action:
name: GitHub Actions Test

View File

@@ -40,4 +40,5 @@ jobs:
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TYPESCRIPT_DEFAULT_STYLE: prettier
VALIDATE_JSCPD: false