node-postgres/.eslintrc
2017-08-05 17:24:49 -05:00

10 lines
105 B
Plaintext

{
"extends": "standard",
"env": {
"mocha": true
},
"rules": {
"no-new-func": "off"
}
}