node-easy-cert-secure
Version:
A tool for managing self-signed certifications
19 lines (18 loc) • 398 B
JavaScript
module.exports = {
"extends": "standard",
"parser": "babel-eslint",
"env": {
"node": true,
"es6": true,
"jasmine": true
},
"globals": {},
"rules": {
"semi": [0],
"comma-dangle": [0],
"global-require": [0],
"space-before-function-paren": [0],
"one-var": [0],
"standard/no-callback-literal": [0]
}
}