Skip to content

Commit

Permalink
Fix jslint
Browse files Browse the repository at this point in the history
  • Loading branch information
nono committed Jan 25, 2024
1 parent 44fad37 commit d33c03b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@
"node": true
},
"extends": "eslint:recommended",
"rules": {}
"rules": {
"no-extra-semi": 0
}
}

0 comments on commit d33c03b

Please sign in to comment.