UNPKG
react-numeric
Version:
latest (1.0.0)
1.0.0
0.4.1
0.4.0
0.3.0
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
0.0.2
0.0.1
A react component for formatted number form fields
github.com/mkg0/react-numeric
mkg0/react-numeric
react-numeric
/
prettier.config.js
8 lines
•
170 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module
.
exports
= {
"singleQuote"
:
false
,
"trailingComma"
:
"es5"
,
"bracketSpacing"
:
true
,
"jsxBracketSameLine"
:
true
,
"printWidth"
:
100
,
"parser"
:
"babylon"
, }