tribune
Version:
Holy advocate to the Roman Senate, your Tribune will ensure the Consuls have your interests in mind.
25 lines (24 loc) • 707 B
JSON
{
"extends": "airbnb",
"rules": {
"no-multi-spaces": 0,
"no-underscore-dangle": [0],
"consistent-return": 0,
"no-unused-expressions": [2, { "allowShortCircuit": true }],
"no-param-reassign": 0,
"func-names": 0,
"space-before-function-paren": [2, "never"],
"key-spacing": [2, { "align": "colon" }],
"comma-dangle": [2, "never"],
"no-shadow": 0,
"guard-for-in": 0,
"no-restricted-syntax": [2, "WithStatement"],
"newline-per-chained-call": [2, { "ignoreChainWithDepth": 5 }],
"space-in-parens": 0,
"key-spacing": 0,
"no-unused-vars": [2, { "vars": "all", "args": "none" }],
"max-len": 1,
"padded-blocks": 0,
"no-console": 0
}
}