mirror of
https://gitea.com/actions/setup-python.git
synced 2024-11-23 02:29:35 +01:00
12 lines
176 B
Text
12 lines
176 B
Text
|
{
|
||
|
"rules": {
|
||
|
"indent": [ 2, 2 ],
|
||
|
"padding-line-between-statements": "off",
|
||
|
"hapi/hapi-no-var": false
|
||
|
},
|
||
|
"extends": "hapi",
|
||
|
"env": {
|
||
|
"mocha": true
|
||
|
}
|
||
|
}
|