mirror of
https://github.com/Mestima/GM-Discord.git
synced 2025-05-06 06:10:13 +00:00
16 lines
333 B
JSON
16 lines
333 B
JSON
{
|
|
"defaultSeverity": "error",
|
|
"extends": [
|
|
"tslint:recommended"
|
|
],
|
|
"jsRules": {},
|
|
"rules": {
|
|
"no-console": false,
|
|
"no-shadowed-variable": false,
|
|
"only-arrow-functions": false,
|
|
"no-var-requires": false,
|
|
"triple-equals": false,
|
|
"trailing-comma": [ false ]
|
|
},
|
|
"rulesDirectory": []
|
|
} |