Skip to content

Commit

Permalink
fix(tracer.js): refactor, lint (#4)
Browse files Browse the repository at this point in the history
Co-authored-by: chris harding <chris@epsagon.com>
  • Loading branch information
HardingRU and chris harding authored Jul 14, 2021
1 parent 7799020 commit 09ba551
Show file tree
Hide file tree
Showing 3 changed files with 229 additions and 112 deletions.
5 changes: 4 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@
"extends": "airbnb",
"env": {
"node": true,
"browser": false
"browser": true
},
"plugins": [
"json"
],
"rules": {
"no-console": "off",
"no-restricted-syntax": "off",
"import/no-named-as-default": "off",
"no-new": "off",
"indent": ["error", 4],
"function-paren-newline": ["error", "consistent"],
"require-jsdoc": ["error", {
Expand Down
Loading

0 comments on commit 09ba551

Please sign in to comment.