Skip to content

Commit 40944fe

Browse files
committed
refactor the eslintrc file
1 parent 2ac4efe commit 40944fe

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"space-before-blocks": [2, "always"],
103103
"space-before-function-paren": [2, {"anonymous": "always", "named": "never"}],
104104
"space-in-parens": [2, "never"],
105-
"space-infix-ops": 2,
105+
"space-infix-ops": 1,
106106
"keyword-spacing": 1,
107107
"space-unary-ops": [2, { "words": true, "nonwords": false }],
108108
"spaced-comment": [1, "always"],

src/orgchart-webcomponents.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,11 @@ export default class OrgChart extends HTMLElement {
8888
});
8989
}
9090
}
91+
9192
disconnectedCallback() {
9293

9394
}
95+
9496
attributeChangedCallback(attrName, oldVal, newVal) {
9597

9698
}

0 commit comments

Comments
 (0)