Skip to content

Commit

Permalink
build: 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosCarmona committed Feb 27, 2021
1 parent fdf23ac commit 44d7c86
Show file tree
Hide file tree
Showing 3 changed files with 409 additions and 545 deletions.
17 changes: 3 additions & 14 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,29 +15,18 @@
}
},
"rules": {
"indent": [
"error",
2,
{
"SwitchCase": 1
}
],
"indent": ["error", 2, { "SwitchCase": 1 }],
"default-case": "error",
"linebreak-style": ["error", "unix"],
"semi": ["error", "always"],
"no-console": "error",
"no-undef": "error",
"no-var": "error",
"no-caller": "error",
"no-throw-literal": "error",
"no-unneeded-ternary": "error",
"prefer-const": "error",
"comma-spacing": [
"error",
{
"before": false,
"after": true
}
],
"comma-spacing": ["error", { "before": false, "after": true }],
"comma-style": ["error", "last"],
"handle-callback-err": ["error", "^(err|error)$"]
}
Expand Down
Loading

0 comments on commit 44d7c86

Please sign in to comment.