UNPKG
react-hook-sticky
Version:
latest (0.4.0)
0.4.0
0.3.2
0.3.1
0.2.0
0.1.0
0.1.0-beta.4
0.1.0-beta.3
0.1.0-beta.2
0.1.0-beta.1
0.1.0-beta
React hook sticky
github.com/Ariel-Rodriguez/react-hook-sticky
Ariel-Rodriguez/react-hook-sticky
react-hook-sticky
/
.prettierrc.js
8 lines
(7 loc)
•
136 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
// prettier.config.js or .prettierrc.js
module
.
exports
= { trailingComma:
'es5'
, tabWidth:
2
, semi:
true
, singleQuote:
true
, };