We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d71299 commit 7c10ebeCopy full SHA for 7c10ebe
.github/workflows/main.yml
@@ -55,5 +55,5 @@ jobs:
55
- name: Run Linter
56
run: |
57
# This command finds all JavaScript files recursively and runs JSHint on them
58
- find ./server/database -name "*.js" -exec jshint {} +
+ find ./server/database -name "*.js" -exec jshint --esversion=6 {} +
59
echo "Linted all the js files successfully"
0 commit comments