We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1be3b20 commit d33d7a7Copy full SHA for d33d7a7
.github/workflows/super-linter.yml
@@ -25,6 +25,7 @@ jobs:
25
uses: github/super-linter@v4
26
env:
27
VALIDATE_ALL_CODEBASE: true
28
+ VALIDATE_JAVASCRIPT_ES: true
29
JAVASCRIPT_ES_CONFIG_FILE: .eslintrc.js
30
DEFAULT_BRANCH: master
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments