1.18.2 • Published 5 years ago

@suchipi/prettier-impact-js v1.18.2

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@suchipi/prettier-impact-js

This is a fork of prettier that formats the Impact module wrapper like so:

ig.module(
  "game.entities.player"
)
.requires(
  "impact.entity",
  "impact.animation"
)
.defines(() => {

PlayerEntity = /* ... */;

});