Improved scene tile layout.

This commit is contained in:
2019-05-09 01:58:47 +02:00
parent e3558fc0c5
commit 665b77fb4e
3 changed files with 56 additions and 42 deletions

View File

@@ -17,5 +17,6 @@
"max-len": [2, {"code": 200, "tabWidth": 4, "ignoreUrls": true}],
"react/jsx-uses-vars": 2,
"react/jsx-indent": ["error", 4],
"react/jsx-indent-props": ["error", 4],
}
}