Skip to content

Commit

Permalink
2.2.0 (#59)
Browse files Browse the repository at this point in the history
* replacing `staruk.me` with `staruk.net` (finally!!!)

* incremental & minor version updates

* major version updates

* out with eslint-config-airbnb, in with eslint-config-airbnb-base

* minor version bump
  • Loading branch information
bstaruk committed Oct 17, 2019
1 parent f877d7e commit dc32b52
Show file tree
Hide file tree
Showing 4 changed files with 3,083 additions and 2,845 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parser": "babel-eslint",
"extends": "airbnb",
"extends": "airbnb-base",
"rules": {
"comma-dangle": ["error", "never"],
"linebreak-style": 0,
Expand Down
Loading

0 comments on commit dc32b52

Please sign in to comment.