UNPKG

mip-validator

Version:
20 lines (19 loc) 411 B
{ "env": { "node": true, "es6": true }, "extends": "standard", "rules": { "indent": ["error", 4], "global-require": "off", "space-before-function-paren": "off", "eol-last": "off", "handle-callback-err": "off", "no-unused-vars": [ "error", { "varsIgnorePattern": "logger" } ] } }