Skip to content

Commit

Permalink
Fix all eslint warnings (squint-cljs#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude authored Nov 28, 2023
1 parent f9b9091 commit 9da9c0b
Show file tree
Hide file tree
Showing 3 changed files with 140 additions and 113 deletions.
18 changes: 18 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
module.exports = {
"env": {
"browser": true,
"es2021": true
},
"extends": "eslint:recommended",
"overrides": [
],
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"rules": {
"semi": "error",
"require-yield": "off",
"prefer-const": "warn"
}
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"argparse": "^2.0.1",
"chalk": "^5.0.1",
"esbuild": "^0.14.49",
"eslint": "^8.54.0",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"playwright": "^1.26.1",
Expand Down
Loading

0 comments on commit 9da9c0b

Please sign in to comment.