UNPKG
peppol
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
CLI tooling for EHF/PEPPOL XML files
github.com/mariuso/peppol-cli
mariuso/peppol-cli
peppol
/
.eslintrc.json
18 lines
(17 loc)
•
253 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"env"
:
{
"browser"
:
true
,
"es2021"
:
true
}
,
"extends"
:
[
"airbnb-base"
]
,
"parserOptions"
:
{
"ecmaVersion"
:
"latest"
,
"sourceType"
:
"module"
}
,
"rules"
:
{
"no-console"
:
"off"
,
"import/extensions"
:
"off"
}
}