UNPKG
eslint-plugin-homey-app
Version:
latest (3.0.0)
3.0.0
2.0.0
1.0.2
Enforce best practices for Homey Apps
eslint-plugin-homey-app
/
.eslintrc.json
16 lines
(15 loc)
•
242 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"env"
:
{
"node"
:
true
}
,
"parserOptions"
:
{
"ecmaVersion"
:
6
,
"sourceType"
:
"script"
}
,
"extends"
:
[
"eslint:recommended"
,
"plugin:eslint-plugin/recommended"
,
"plugin:node/recommended"
]
,
"rules"
:
{
}
}