tra-analysis/website/functions/node_modules/psl/.eslintrc

12 lines
176 B
Plaintext
Raw Normal View History

2019-01-06 19:14:45 +00:00
{
"rules": {
"indent": [ 2, 2 ],
"padding-line-between-statements": "off",
"hapi/hapi-no-var": false
},
"extends": "hapi",
"env": {
"mocha": true
}
}