UNPKG
kbbi-shell
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
KBBI on your shell!
github.com/Richie-Z/kbbi-shell
Richie-Z/kbbi-shell
kbbi-shell
/
.eslintrc.json
16 lines
(15 loc)
•
238 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"env"
:
{
"es2021"
:
true
,
"node"
:
true
}
,
"extends"
:
"eslint:recommended"
,
"overrides"
:
[
]
,
"parserOptions"
:
{
"ecmaVersion"
:
"latest"
,
"sourceType"
:
"module"
}
,
"rules"
:
{
"no-unused-vars"
:
"off"
}
}