Results 36 issues of Isaac Lee

- [x] I'm the package's author and/or maintainer. - [x] I have have read [the docs][1]. - [x] I have tagged a release with a [semver][2] version number. - [x]...

## Background Prep work for #368. I moved the existing code around so that we can simplify `src/main.ts` and the file structure better matches that in [`prettier-plugin-ember-hbs-tag`](https://github.com/ijlee2/prettier-plugin-ember-hbs-tag/tree/0.4.6/src). ```ts /* src/main.ts...

## Background Closes #360. The published plugin is unusually large due to `vite`. In `v2.0.5` (before `.npmignore` had been added), it had weighed at 3.73 MB. In `v2.0.6`, at 2.93...

### 🐞 Describe the Bug While working on the Prettier plugin for `hbs` tags, I noticed that `prettier-plugin-ember-template-tag` stands at 3.73 MB, cause it publishes all files from the repo....

While working on [#177](https://github.com/ijlee2/embroider-css-modules/pull/171), I realized that a race condition can happen between `lint:format` and `prelint:types`, when an end-user's project uses `prettier` directly to format their code. Error message from...

enhance: documentation

## Background When an Ember project consumes [a shared `eslint` configuration](https://github.com/ijlee2/frontend-configs/blob/2.2.1/packages/eslint/ember/README.md), then running `lint:js` in that project results in many error messages: Partial log from lint:js ```sh [ember-eslint-parser] Failed to...