Skip to content

Commit 7c10ebe

Browse files
authored
Update main.yml
1 parent 6d71299 commit 7c10ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ jobs:
5555
- name: Run Linter
5656
run: |
5757
# This command finds all JavaScript files recursively and runs JSHint on them
58-
find ./server/database -name "*.js" -exec jshint {} +
58+
find ./server/database -name "*.js" -exec jshint --esversion=6 {} +
5959
echo "Linted all the js files successfully"

0 commit comments

Comments
 (0)