UNPKG
duckengine
Version:
latest (2.1.0)
2.1.0
2.0.1
2.0.0
1.2.1
1.2.0
1.1.2-beta
1.1.1-beta
1.1.0
1.1.0-beta
1.0.1
1.0.1-beta
1.0.0
1.0.0-beta
A 2D Game Engine for the web.
github.com/ksplatdev/DuckEngine
ksplatdev/DuckEngine
duckengine
/
.prettierrc
7 lines
•
119 B
Plain Text
View Raw
1
2
3
4
5
6
7
{
"useTabs"
:
true
,
"tabWidth"
:
4
,
"trailingComma"
:
"es5"
,
"singleQuote"
:
true
,
"semi"
:
true
}