ci(linter): use repo eslint configuration

This commit is contained in:
rlespinasse
2021-01-09 09:32:22 +01:00
committed by Romain Lespinasse
parent b6938fb2bd
commit 5629d21ee9

View File

@@ -21,6 +21,9 @@ jobs:
uses: github/super-linter@v3
env:
VALIDATE_ALL_CODEBASE: false
LINTER_RULES_PATH: .
JAVASCRIPT_ES_CONFIG_FILE: .eslintrc.json
JAVASCRIPT_DEFAULT_STYLE: prettier
DEFAULT_BRANCH: v3.x
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FILTER_REGEX_INCLUDE: .*src/.*