ygocore
Version:
[WIP] bindings for ygocore (https://github.com/Fluorohydride/ygopro-core)
24 lines (22 loc) • 562 B
JSON
{
"defaultSeverity": "error",
"extends": [
"tslint-config-standard"
],
"jsRules": {},
"rules": {
"variable-name": [ true, "allow-snake-case", "allow-leading-underscore" ],
"trailing-comma": [ false ],
"semicolon": [ false ],
"quotemark": [ true, "single" ],
"space-before-function-paren": [
true,
{
"anonymous": "always",
"named": "never",
"asyncArrow": "always"
}
]
},
"rulesDirectory": []
}