UNPKG
rh-regexp
Version:
latest (1.0.0)
1.0.0
0.0.3
0.0.2
0.0.1
```shell npm install rh-regexp ```
rh-regexp
/
.prettierrc
14 lines
•
308 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"requirePragma"
:
false
,
"printWidth"
:
100
,
"tabWidth"
:
2
,
"useTabs"
:
false
,
"semi"
:
false
,
"singleQuote"
:
true
,
"bracketSpacing"
:
true
,
"jsxSingleQuote"
:
true
,
"htmlWhitespaceSensitivity"
:
"ignore"
,
"endOfLine"
:
"auto"
,
"trailingComma"
:
"none"
,
"arrowParens"
:
"avoid"
}