We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
gajus
brettz9
Learn more about funding links in repositories.
Report abuse
1 parent 3ea1cdf commit ed62262Copy full SHA for ed62262
src/index.js
@@ -59,7 +59,7 @@ import validTypes from './rules/validTypes.js';
59
import { getJsdocProcessorPlugin } from './getJsdocProcessorPlugin.js';
60
61
/**
62
- * @typedef {"recommended" | "stylistic" | "contents" | "logical"} ConfigGroups
+ * @typedef {"recommended" | "stylistic" | "contents" | "logical" | "requirements"} ConfigGroups
63
* @typedef {"" | "-typescript" | "-typescript-flavor"} ConfigVariants
64
* @typedef {"" | "-error"} ErrorLevelVariants
65
* @type {import('eslint').ESLint.Plugin & {
0 commit comments