By placing the tiles in a square texture, the dimensions are bounded by the square root of the dimension in the old solution. This way we can fit a significantly higher number of tiles into it without using up all the accuracy of the coordinates.
16 lines
410 B
JSON
16 lines
410 B
JSON
{
|
|
"defaultSeverity": "warning",
|
|
"extends": [
|
|
"tslint:recommended"
|
|
],
|
|
"jsRules": {},
|
|
"rules": {
|
|
"curly": [true, "as-needed"],
|
|
"indent": [true, "tabs"],
|
|
"interface-name": false,
|
|
"no-bitwise": false,
|
|
"one-variable-per-declaration": false,
|
|
"quotemark": [true, "single", "avoid-escape", "avoid-template"]
|
|
},
|
|
"rulesDirectory": []
|
|
}
|