We use in different places: - `/**` (not correct) - `/*` (default comment style, follows IDE-generated copyright block) - `/*!` (follows webpack standard) In many repos we have mixed. It would be nice to have it auto-fixed to a single standard.
We use in different places:
/**(not correct)/*(default comment style, follows IDE-generated copyright block)/*!(follows webpack standard)In many repos we have mixed.
It would be nice to have it auto-fixed to a single standard.