10
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2026-04-07 02:16:53 +00:00
setup-python/node_modules/psl/.eslintrc
Stephen Franceschelli ec0a863019 Fix.
2019-07-30 13:16:01 -04:00

11 lines
176 B
Text

{
"rules": {
"indent": [ 2, 2 ],
"padding-line-between-statements": "off",
"hapi/hapi-no-var": "off"
},
"extends": "hapi",
"env": {
"mocha": true
}
}