UNPKG
@adobe/generator-app-excshell
Version:
latest (2.0.0)
next (0.2.4-pre.2024-01-08.sha-6e5049ad)
2.0.0
1.0.1
1.0.0
0.2.4
0.2.4-pre.2024-01-08.sha-6e5049ad
0.2.4-pre.2023-06-19.sha-e5751fd4
0.2.3
0.2.2
0.2.1
0.2.1-pre.2022-06-07.sha-3a26cfcb
0.2.0
0.1.1
0.1.0
Extensibility template for generator-aio-app
github.com/adobe/generator-app-excshell
@adobe/generator-app-excshell
/
.eslintrc
11 lines
(10 loc)
•
216 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"plugins"
:
[
"jest"
]
,
"extends"
:
[
"standard"
,
"plugin:jest/recommended"
]
,
"globals"
:
{
"n"
:
"readonly"
,
"r"
:
"readonly"
,
"assertDependencies"
:
"readonly"
,
"assertNodeEngines"
:
"readonly"
}
}