Skip to content

Commit

Permalink
Update linter config
Browse files Browse the repository at this point in the history
PR-URL: #23
  • Loading branch information
tshemsedinov committed Jun 24, 2022
1 parent a7b4e86 commit f201d71
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,6 @@
"node": true
},
"parserOptions": {
"ecmaVersion": 2020
},
"rules": {
"arrow-parens": ["error", "always"],
"comma-dangle": "off",
"handle-callback-err": "off",
"consistent-return": "off",
"operator-linebreak": [
"error",
"after",
{ "overrides": { "?": "before", ":": "before" } }
],
"no-confusing-arrow": "off"
"ecmaVersion": "latest"
}
}

0 comments on commit f201d71

Please sign in to comment.