Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Bump eslint from 3.19.0 to 4.18.2 #37

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Easy API fetching with configuration stored into Redux.

> Fetch your API easily with Redux and `redux-saga` !

[![CircleCI](https://circleci.com/gh/alakarteio/roadhog-saga.svg?&style=shield&circle-token=)](https://circleci.com/gh/alakarteio/roadhog-saga/tree/master) [![NPM Version](https://badge.fury.io/js/roadhog-saga.svg)](https://www.npmjs.com/package/roadhog-saga) [![Coverage Status](https://coveralls.io/repos/github/alakarteio/roadhog-saga/badge.svg?branch=master)](https://coveralls.io/github/alakarteio/roadhog-saga?branch=master) [![Size](http://img.badgesize.io/Trampss/roadhog-saga/master/index.js.svg)]()
[![CircleCI](https://circleci.com/gh/unirakun/roadhog-saga.svg?&style=shield&circle-token=)](https://circleci.com/gh/unirakun/roadhog-saga/tree/master) [![NPM Version](https://badge.fury.io/js/roadhog-saga.svg)](https://www.npmjs.com/package/roadhog-saga) [![Coverage Status](https://coveralls.io/repos/github/unirakun/roadhog-saga/badge.svg?branch=master)](https://coveralls.io/github/unirakun/roadhog-saga?branch=master) [![Size](http://img.badgesize.io/Trampss/roadhog-saga/master/index.js.svg)]()


## Installation
Expand Down Expand Up @@ -93,10 +93,10 @@ yield takeEvery(
yield takeEvery(action => /API_.*?_ERROR/, /* log an error */)
```

# About ![alakarteio](http://alakarte.io/assets/img/logo.markdown.png)
**alakarteio** is created by two passionate french developers.
# About uni rakun ![unirakun](https://avatars3.githubusercontent.com/u/26111459?s=50&v=4)
**uni rakun** is created by two passionate french developers.

Do you want to contact them ? Go to their [website](http://alakarte.io)
Do you want to contact them ? Go to their [website](https://unirakun.fr)

<table border="0">
<tr>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"babel-register": "^6.18.0",
"coveralls": "^2.11.16",
"cross-env": "^3.1.4",
"eslint": "^3.13.1",
"eslint": "^4.18.2",
"eslint-config-airbnb": "^14.0.0",
"eslint-plugin-babel": "^4.0.1",
"eslint-plugin-import": "^2.2.0",
Expand Down
Loading