Skip to content

Commit

Permalink
Clean up code. Resolve #2, #3
Browse files Browse the repository at this point in the history
  • Loading branch information
gosolivs committed May 11, 2019
1 parent cfff57a commit b0789c7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .eslintrc

This file was deleted.

1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ yarn-error.log
yarn.lock

api.md
example.gif
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).

## 0.3.0
* Add option for filter of callback

## 0.2.2
* Fix safari bug

Expand Down
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,14 @@
"cross-tab",
"gzipped"
]
},
"eslintConfig": {
"extends": "@logux/eslint-config/browser",
"rules": {
"node/no-unpublished-require": "off",
"es5/no-es6-static-methods": "off",
"node/no-missing-require": "off",
"func-style": "off"
}
}
}

0 comments on commit b0789c7

Please sign in to comment.