gitKrystan / prettier-plugin-ember-template-tag

A prettier plugin for formatting Ember template tags
MIT License
22 stars 12 forks source link

Add `only-allow` to `devDependencies` so it does not require network #93

Closed chriskrycho closed 11 months ago

chriskrycho commented 11 months ago

This makes it possible to continue using only-allow while enabling the package to be used properly on boxes without internet access, e.g. internal CI boxes.

Fixes #90. Alternative to #92.