Render positions
No frame syncs, so flickers terribly, and performance is garbage. But it works.
This commit is contained in:
@@ -31,7 +31,11 @@ module.exports = {
|
||||
asyncArrow: "always"
|
||||
}],
|
||||
"quote-props": ["error", "consistent"],
|
||||
"quotes": ["error", "double"]
|
||||
"quotes": ["error", "double"],
|
||||
"sort-imports": ["error", {
|
||||
"ignoreCase": true,
|
||||
"allowSeparatedGroups": true
|
||||
}]
|
||||
},
|
||||
overrides: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user