Skip to content

Commit

Permalink
fix: removed console.log and added rule for eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandrshy committed Jun 24, 2020
1 parent 36255fa commit 846e214
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Expand Up @@ -26,6 +26,7 @@ module.exports = {
},
},
],
'no-console': 'error',
},
overrides: [
{
Expand Down
2 changes: 0 additions & 2 deletions src/index.ts
Expand Up @@ -40,8 +40,6 @@ export const Keukenhof = ((): KeukenhofType => {
...scrollBehavior,
};

console.log(888);

this.registerNodes(triggers);

this.onClick = this.onClick.bind(this);
Expand Down

0 comments on commit 846e214

Please sign in to comment.