UNPKG
eslint-plugin-wix-detox
Version:
latest (1.0.1)
1.0.1
1.0.0
ESLint environment for wix/detox
github.com/chrisdrifte/eslint-plugin-detox
eslint-plugin-wix-detox
/
.eslintrc.json
15 lines
(14 loc)
•
221 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"root"
:
true
,
"env"
:
{
"es2021"
:
true
}
,
"extends"
:
[
"eslint:recommended"
,
"plugin:eslint-plugin/recommended"
,
"plugin:n/recommended"
]
,
"parserOptions"
:
{
"ecmaVersion"
:
"latest"
}
}