UNPKG
@mapeo/schema
Version:
latest (3.0.0-next.0)
next (3.0.0-next.28)
3.0.0-next.28
3.0.0-next.27
3.0.0-next.26
3.0.0-next.25
3.0.0-next.24
3.0.0-next.23
3.0.0-next.22
3.0.0-next.21
3.0.0-next.20
3.0.0-next.19
3.0.0-next.18
3.0.0-next.17
3.0.0-next.16
3.0.0-next.15
3.0.0-next.14
3.0.0-next.13
3.0.0-next.12
3.0.0-next.11
3.0.0-next.10
3.0.0-next.9
3.0.0-next.8
3.0.0-next.7
3.0.0-next.6
3.0.0-next.5
3.0.0-next.4
3.0.0-next.3
3.0.0-next.2
3.0.0-next.1
3.0.0-next.0
JSON schema and flow types for Mapeo
github.com/digidem/mapeo-schema
digidem/mapeo-schema
@mapeo/schema
/
.eslintrc
17 lines
(16 loc)
•
303 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"env"
:
{
"commonjs"
:
true
,
"es2021"
:
true
,
"node"
:
true
}
,
"extends"
:
"eslint:recommended"
,
"parserOptions"
:
{
"ecmaVersion"
:
"latest"
,
"sourceType"
:
"module"
}
,
"rules"
:
{
"prettier/prettier"
:
"error"
}
,
"plugins"
:
[
"prettier"
]
}