Skip to content

Commit

Permalink
refactor the eslintrc file
Browse files Browse the repository at this point in the history
  • Loading branch information
dabeng committed Jan 5, 2017
1 parent 2ac4efe commit 40944fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"space-before-blocks": [2, "always"],
"space-before-function-paren": [2, {"anonymous": "always", "named": "never"}],
"space-in-parens": [2, "never"],
"space-infix-ops": 2,
"space-infix-ops": 1,
"keyword-spacing": 1,
"space-unary-ops": [2, { "words": true, "nonwords": false }],
"spaced-comment": [1, "always"],
Expand Down
2 changes: 2 additions & 0 deletions src/orgchart-webcomponents.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,11 @@ export default class OrgChart extends HTMLElement {
});
}
}

disconnectedCallback() {

}

attributeChangedCallback(attrName, oldVal, newVal) {

}
Expand Down

0 comments on commit 40944fe

Please sign in to comment.