Bryan Mishkin

Results 123 issues of Bryan Mishkin

Need to investigate how close we can support plugins that export flat configs. How can we detect flat configs exported by a plugin so we can determine which rules are...

enhancement

There are a few ESLint doc pages mentioning rule options today: * https://eslint.org/docs/latest/use/configure/rules * https://eslint.org/docs/latest/use/core-concepts#rules * https://eslint.org/docs/latest/extend/custom-rules#accessing-options-passed-to-a-rule * https://eslint.org/docs/latest/extend/custom-rules#options-schemas Ideally, I think there would be a section we could link...

enhancement

Based on: * https://github.com/eslint/eslint/issues/18061 We can use the additional information to display more detailed deprecation notices.

enhancement

Follow-up to: * https://github.com/bmish/eslint-doc-generator/pull/481 We can support both `meta.defaultOptions` and `default` values from `meta.schema`, giving priority to the newer `meta.defaultOptions` property when present. Related: * https://github.com/eslint/eslint/pull/17656 * https://github.com/eslint/eslint/issues/17448

enhancement

Context: * https://github.com/eslint/eslint/issues/17842 If we can't store `description` / `meta.description` / `meta.docs.description` on configs / processors (along with other properties like `deprecated`, then we'll have to allow these to be...

bug

E.g. * Support more fields from JSONSchema * Handle different kinds/nesting of JSONSchemas besides just plain objects * Can we accommodate other sources of rule options defaults as discussed in...

enhancement

For configs without an emoji specified nor a default emoji (e.g. ✅ for `recommended`), we currently assume the user will define a [badge](https://github.com/bmish/eslint-doc-generator#badges) in their README. I'm not a big...

breaking

Now that we provide the following features: * README.md rules table * README.md configs table * Rule doc titles and notices * Rule doc options lists We may need to...

enhancement

Current list: * `base` Follow-up to: * https://github.com/bmish/eslint-doc-generator/pull/136 Related: * #394

breaking

After removing support for README-defined badges in #499, for any config without an explicit emoji/badge defined, we can just cycle through generic, colored circle/square emojis. These are easier for us...

enhancement