mirror of
https://github.com/dreamstarsky/runbin.git
synced 2026-05-15 22:33:09 +00:00
12 lines
259 B
JSON
12 lines
259 B
JSON
{
|
|
"extends": [
|
|
"tslint:recommended"
|
|
],
|
|
"rules": {
|
|
"ordered-imports": false,
|
|
"object-literal-sort-keys": false,
|
|
"no-console": [true, "log"],
|
|
"indent": [true, "spaces", 2],
|
|
"max-classes-per-file" : false
|
|
}
|
|
} |