mirror of
https://github.com/actions/setup-python.git
synced 2024-11-13 07:11:06 +07:00
12 lines
176 B
Plaintext
12 lines
176 B
Plaintext
{
|
|
"rules": {
|
|
"indent": [ 2, 2 ],
|
|
"padding-line-between-statements": "off",
|
|
"hapi/hapi-no-var": false
|
|
},
|
|
"extends": "hapi",
|
|
"env": {
|
|
"mocha": true
|
|
}
|
|
}
|