UNPKG

hapi-plugin-pg

Version:

Hapi.js Plugin for postgres (PG 7.x.x)

14 lines (13 loc) 264 B
{ "root": true, "extends": "eslint-config-hapi", "plugins": [ // "markdown" ], "rules": { "indent": [2, 2], "no-multiple-empty-lines": [2, {"max": 2}], "hapi/hapi-scope-start": [0], "no-else-return": [0] } }