Skip to content

Commit

Permalink
chore(lint): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
megheaiulian committed Aug 29, 2023
1 parent 1cda29b commit d1ded31
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,5 @@
"rules": {
"max-lines-per-function": 0,
"import/group-exports": 0
},
"settings": {
"import/resolver": {
"exports": {}
}
}
}
1 change: 1 addition & 0 deletions demo/helpers/x-viewinfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class XViewInfo extends viewInfoAware(PolymerElement) {
}

_viewInfoResize() {
// eslint-disable-next-line no-console
console.log('x-viewinfo ' + this.label + ' resize!');
}
}
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
}
},
"dependencies": {
"@polymer/polymer": "^3.2.0",
"@polymer/polymer": "~3.4.0",
"haunted": "^4.7.0 || ^5"
},
"devDependencies": {
Expand Down

0 comments on commit d1ded31

Please sign in to comment.