UNPKG
geom3
Version:
latest (0.0.1-alpha)
0.0.1-alpha
A JavaScript Computational Library for 3D Modeling
github.com/bitsnomagic/Geom3
bitsnomagic/Geom3
geom3
/
.eslintrc
11 lines
(10 loc)
•
140 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"ecmaFeatures"
:
{
"modules"
:
true
}
,
"parser"
:
"babel-eslint"
,
"env"
:
{
"browser"
:
true
,
"node"
:
true
}
}