help-fem
Version:
A Browserify/Node.js client module for the Help.com team's FEM.
24 lines (23 loc) • 546 B
Plain Text
{
"env": {
"node": true,
"browser": true
},
"rules": {
"brace-style": [2, "1tbs", {"allowSingleLine": true}],
"comma-style": 2,
"indent": [2, 2],
"no-extra-semi": 0,
"no-floating-decimal": 2,
"no-multiple-empty-lines": 2,
"no-return-assign": 0,
"no-shadow": 0,
"no-underscore-dangle": 0,
"no-use-before-define": [2, "nofunc"],
"quotes": [2, "single", "avoid-escape"],
"space-after-keywords": 2,
"space-before-blocks": 2,
"space-in-brackets": 2,
"space-in-parens": 2
}
}