mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 20:13:50 +08:00
Adds checking for trailling commas on the project (#670)
* Testing a new linter option for trailling commas * Checking trailling commas on linter
This commit is contained in:
@ -28,7 +28,9 @@ class MyGame extends BaseGame {
|
||||
final spriteSize = Vector2(80.0, 90.0);
|
||||
|
||||
final vampireComponent = SpriteAnimationComponent.fromSpriteAnimation(
|
||||
spriteSize, vampireAnimation)
|
||||
spriteSize,
|
||||
vampireAnimation,
|
||||
)
|
||||
..x = 150
|
||||
..y = 100;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user