A suite to track Project Diva score statistics and ratings / D4DJ event data.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
projectdivar/server/chart.js-node-ssr-example/tslint.json

30 lines
936 B

{
"extends": ["tslint:latest"],
"rules": {
"no-reference": false,
"no-consecutive-blank-lines": false,
"no-console": false,
"only-arrow-functions": false,
"interface-name": false,
"object-literal-sort-keys": false,
"trailing-comma": false,
"one-variable-per-declaration": false,
"ordered-imports": false,
"import-spacing": false,
"max-classes-per-file": false,
"max-line-length": [true, 240],
"prefer-object-spread": false,
"no-empty": false,
"curly": false,
"member-ordering": false,
"no-bitwise": false,
"one-line": false,
"no-empty-interface": false,
"arrow-parens": false,
"prefer-conditional-expression": false,
"prefer-for-of": false,
"space-within-parens": false,
"quotemark": false,
"no-submodule-imports": false
}
}