mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-25 16:03:13 +00:00
10 lines
105 B
Plaintext
10 lines
105 B
Plaintext
{
|
|
"extends": "standard",
|
|
"env": {
|
|
"mocha": true
|
|
},
|
|
"rules": {
|
|
"no-new-func": "off"
|
|
}
|
|
}
|