Skip to content

Commit ed62262

Browse files
authoredMar 17, 2025··
fix: add missing config type(s) (#1365)
1 parent 3ea1cdf commit ed62262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ import validTypes from './rules/validTypes.js';
5959
import { getJsdocProcessorPlugin } from './getJsdocProcessorPlugin.js';
6060

6161
/**
62-
* @typedef {"recommended" | "stylistic" | "contents" | "logical"} ConfigGroups
62+
* @typedef {"recommended" | "stylistic" | "contents" | "logical" | "requirements"} ConfigGroups
6363
* @typedef {"" | "-typescript" | "-typescript-flavor"} ConfigVariants
6464
* @typedef {"" | "-error"} ErrorLevelVariants
6565
* @type {import('eslint').ESLint.Plugin & {

0 commit comments

Comments
 (0)
Please sign in to comment.