UNPKG
react-file-icon
Version:
latest (1.6.0)
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
0.2.0
0.1.1
0.1.0
0.0.2
0.0.1
React component to render svg file icons
github.com/corygibbons/react-file-icon
react-file-icon
/
.prettierrc.js
7 lines
(6 loc)
•
106 B
JavaScript
View Raw
1
2
3
4
5
6
7
module
.
exports
= { arrowParens:
"avoid"
, singleQuote:
true
, tabWidth:
2
, trailingComma:
"es5"
, };