You've already forked shenanigans-manager
mirror of
https://github.com/FullScreenShenanigans/shenanigans-manager.git
synced 2026-04-28 13:03:43 -07:00
23 lines
692 B
JSON
23 lines
692 B
JSON
{
|
|
"extends": "tslint:all",
|
|
"rules": {
|
|
"array-type": [true, "array"],
|
|
"linebreak-style": false,
|
|
"max-line-length": [true, 140],
|
|
"member-ordering": false,
|
|
"newline-before-return": false,
|
|
"no-any": false,
|
|
"no-console": false,
|
|
"no-magic-numbers": [true, -1, 0, 1, 2, 3, 4],
|
|
"no-parameter-properties": false,
|
|
"no-parameter-reassignment": false,
|
|
"no-redundant-jsdoc": false,
|
|
"no-submodule-imports": false,
|
|
"no-unsafe-any": false,
|
|
"prefer-function-over-method": false,
|
|
"strict-boolean-expressions": false,
|
|
"typedef": false,
|
|
"variable-name": false
|
|
}
|
|
}
|