Skip to content

Commit 6011a1b

Browse files
renovate[bot]stipsan
authored andcommitted
chore(deps): update dependency eslint-plugin-react to v7.9.1 (#68)
* chore(deps): update dependency eslint-plugin-react to v7.9.1 * Sync with Prettier
1 parent 11935f5 commit 6011a1b

File tree

3 files changed

+39
-683
lines changed

3 files changed

+39
-683
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Check the full API in [`scroll-into-view-if-needed`](https://github.com/stipsan/
5454

5555
This library differs from the API in `scroll-into-view-if-needed` in the following ways:
5656

57-
* the second argument can't be a boolean, it must be either undefined or an object.
57+
- the second argument can't be a boolean, it must be either undefined or an object.
5858

5959
### scrollIntoView(target, [options]) => Promise
6060

@@ -72,8 +72,8 @@ Type: `'auto' | 'smooth' | 'instant' | Function`<br> Default: `'smooth'`
7272

7373
This option deviates from `scroll-into-view-if-needed` in two ways.
7474

75-
* The default value is `smooth` instead of `auto`
76-
* Using `smooth` adds it to browsers that miss it, and overrides the native smooth scrolling in the browsers that have it to ensure the scrolling is consistent in any browser.
75+
- The default value is `smooth` instead of `auto`
76+
- Using `smooth` adds it to browsers that miss it, and overrides the native smooth scrolling in the browsers that have it to ensure the scrolling is consistent in any browser.
7777

7878
#### duration
7979

@@ -105,7 +105,7 @@ Here's more examples, like easeInCubic etc: https://gist.github.com/gre/1650294#
105105

106106
## Credits
107107

108-
* [smoothscroll](https://github.com/iamdustan/smoothscroll) for the reference implementation of smooth scrolling.
108+
- [smoothscroll](https://github.com/iamdustan/smoothscroll) for the reference implementation of smooth scrolling.
109109

110110
## More documentation will be added
111111

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"eslint": "4.19.1",
4747
"eslint-config-prettier": "2.9.0",
4848
"eslint-plugin-import": "2.12.0",
49-
"eslint-plugin-react": "7.9.0",
49+
"eslint-plugin-react": "7.9.1",
5050
"husky": "0.14.3",
5151
"lint-staged": "7.1.3",
5252
"prettier": "1.13.4",

0 commit comments

Comments
 (0)