UNPKG
@runnerty/interpreter-core
Version:
alpha (3.0.0-alpha.2)
latest (4.0.1)
4.0.1
4.0.0
3.1.2
3.1.1
3.1.0
3.0.3
3.0.2
3.0.1
3.0.0
3.0.0-alpha.2
3.0.0-alpha.1
3.0.0-alpha.0
Runnerty interpreter module
github.com/runnerty/interpreter-core
runnerty/interpreter-core
@runnerty/interpreter-core
/
.prettierrc.json
11 lines
(10 loc)
•
179 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"printWidth"
:
120
,
"singleQuote"
:
true
,
"useTabs"
:
false
,
"tabWidth"
:
2
,
"semi"
:
true
,
"bracketSpacing"
:
true
,
"trailingComma"
:
"none"
,
"arrowParens"
:
"avoid"
}