ci: 👷 enable linting for TS

This commit is contained in:
Mikhail Zolotukhin 2021-09-30 15:25:27 +03:00
parent 5e262141a1
commit 3c80004543

View File

@ -38,6 +38,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install Dev Dependencies for Linters
run: |
npm install
- name: Lint via Super Linter
uses: github/super-linter@v4
env:
@ -45,6 +49,7 @@ jobs:
JAVASCRIPT_DEFAULT_STYLE: prettier
LINTER_RULES_PATH: /
JAVASCRIPT_ES_CONFIG_FILE: .eslintrc.json
TYPESCRIPT_ES_CONFIG_FILE: .eslintrc.json
VALIDATE_TYPESCRIPT_ES: true
VALIDATE_JAVASCRIPT_ES: true
DEFAULT_BRANCH: master