Skip to content

Commit 09ba551

Browse files
HardingRUchris harding
andauthored
fix(tracer.js): refactor, lint (#4)
Co-authored-by: chris harding <chris@epsagon.com>
1 parent 7799020 commit 09ba551

File tree

3 files changed

+229
-112
lines changed

3 files changed

+229
-112
lines changed

.eslintrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@
22
"extends": "airbnb",
33
"env": {
44
"node": true,
5-
"browser": false
5+
"browser": true
66
},
77
"plugins": [
88
"json"
99
],
1010
"rules": {
1111
"no-console": "off",
12+
"no-restricted-syntax": "off",
13+
"import/no-named-as-default": "off",
14+
"no-new": "off",
1215
"indent": ["error", 4],
1316
"function-paren-newline": ["error", "consistent"],
1417
"require-jsdoc": ["error", {

0 commit comments

Comments
 (0)