1
0
mirror of https://gitea.com/actions/setup-python.git synced 2025-05-10 09:46:47 +08:00

12 lines
176 B
Plaintext
Raw Normal View History

2019-06-26 21:12:00 -04:00
{
"rules": {
"indent": [ 2, 2 ],
"padding-line-between-statements": "off",
"hapi/hapi-no-var": false
},
"extends": "hapi",
"env": {
"mocha": true
}
}