Bryan Mishkin

Results 123 issues of Bryan Mishkin

### Planned changes for v5 * Drop Node 12 support ([end-of-life](https://nodejs.org/en/about/releases/) 2022-04-30) * Drop Node 17 support ([end-of-life](https://nodejs.org/en/about/releases/) 2022-06-01) * https://github.com/ember-template-lint/ember-template-lint/issues/2601 * Match ESLint behavior * [Allow any file extension...

breaking

Should we advertise any extensions in the README or other documentation file to recommend how users should integrate / see lint violations in their IDE? For example: https://marketplace.visualstudio.com/items?itemName=lifeart.vscode-ember-unstable CC: @lifeart

documentation

* Reorganizes `lint` NPM scripts with popular tool [npm-run-all](https://github.com/mysticatea/npm-run-all) to be more scalable * Avoids using `&&` which might not have as good of cross-platform support according to the [npm-run-all](https://github.com/mysticatea/npm-run-all)...

maintenance :construction:

_Originally posted by @MichaelDeBoey in https://github.com/eslint-community/eslint-plugin-eslint-plugin/issues/300#issuecomment-1243013325_ We currently use release-it to perform releases via a CLI command. I'm personally open to setting up the package to automatically release based on...

or named `require-meta-schema-completeness`. This could also potentially be part of [eslint-plugin/require-meta-schema](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/blob/main/docs/rules/require-meta-schema.md) but that's probably too much in one rule. This rule would check for common useless / no-op schemas as...

enhancement

Before: ```js module.exports = { meta: { messages, schema: [], // no options }, } ``` After autofix (comment in wrong position): ```js module.exports = { meta: { schema: [],...

bug

It turns out that a rule can be valid even if it never reports a violation and thus has no messages. Example: https://github.com/jsx-eslint/eslint-plugin-react/blob/8306a7bc81be567d36c02e21c1d68f44fa3468e3/lib/rules/jsx-uses-vars.js#L54

bug

We had some previous discussion about this in https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/pull/258 but I want to move the discussion here and decide if we should remove [consistent-output](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/blob/main/docs/rules/consistent-output.md) from the `recommended` config in a...

BREAKING CHANGE

TODO: update from [RFC PR](https://github.com/emberjs/rfcs/pull/848) to actual RFC link once merged. CC: @smilland

Documentation

#### Prerequisites checklist - [x] I have read the [contributing guidelines](https://github.com/eslint/eslint/blob/HEAD/CONTRIBUTING.md). #### What is the purpose of this pull request? (put an "X" next to an item) [ ] Documentation...

feature