UNPKG
@adobe/aio-cli-lib-console
Version:
latest (5.0.2)
next (4.2.1-pre.2024-01-08.sha-0aba70a6)
5.0.2
5.0.1
5.0.0
4.2.1
4.2.1-pre.2024-01-08.sha-0aba70a6
4.2.0
4.1.1
4.1.0
4.1.0-pre.2023-06-19.sha-71a9f9ba
4.0.0
3.3.0
3.3.0-pre.2022-07-21.sha-6f344014
3.2.1
3.2.0
3.1.0
3.0.0
2.2.2
Adobe I/O Console CLI library
github.com/adobe/aio-cli-lib-console
adobe/aio-cli-lib-console
@adobe/aio-cli-lib-console
/
.eslintrc.json
18 lines
•
323 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"extends"
:
"@adobe/eslint-config-aio-lib-config"
,
"settings"
: {
"jsdoc"
: {
"ignorePrivate"
:
true
} },
"rules"
: {
"jsdoc/tag-lines"
: [
//
The
Error
level should be
`error`
,
`warn`
,
or
`off`
(
or
2
,
1
,
or
0
)
"error"
,
"never"
, {
"startLines"
: null } ] } }