.eslintrc 176 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 { "rules": { "indent": [ 2, 2 ], "padding-line-between-statements": "off", "hapi/hapi-no-var": false }, "extends": "hapi", "env": { "mocha": true } }