eslint-plugin-hackmud2
Version:
Linting rules for hackmud player-scripts
23 lines (22 loc) • 593 B
JSON
{
"env": {
"es6": true,
"hackmud2/hackmud": true
},
"extends": "eslint:recommended",
"rules": {
"no-unused-vars": "off",
"no-extend-native": "error",
"no-unreachable": "warn",
"no-constant-condition": "warn",
"no-eval": "error",
"no-extend-native": "error",
"no-fallthrough": "off",
"no-global-assign": "error",
"no-implied-eval": "error",
"no-global-return": "off",
"hackmud2/validate-subscript-syntax": "error",
"hackmud2/no-closure-identifier": "error",
"hackmud2/no-closure-siblings": "error"
}
}