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
}
}