Skip to content

Commit

Permalink
Cleans up test boilerplates and removes unneed lodash dependencies (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
acolchado authored Jun 13, 2023
1 parent 139ec13 commit 64d2060
Show file tree
Hide file tree
Showing 15 changed files with 179 additions and 2,850 deletions.
10 changes: 3 additions & 7 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
{
"env": {
"es6": true,
"node": true
"node": true,
"es2021": true
},
"plugins": ["node"],
"parserOptions": {
"ecmaVersion": 6
"ecmaVersion": "latest"
},
"rules": {
"node/no-unsupported-features": [2, {
"version": 6
}
],
"arrow-parens": ["error", "always"],
"no-shadow": 0,
"radix": 0,
Expand Down
Loading

0 comments on commit 64d2060

Please sign in to comment.