File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,11 +59,11 @@ import validTypes from './rules/validTypes.js';
59
59
import { getJsdocProcessorPlugin } from './getJsdocProcessorPlugin.js' ;
60
60
61
61
/**
62
- * @typedef {"recommended" | "stylistic" | "contents" | "logical" } ConfigGrous
62
+ * @typedef {"recommended" | "stylistic" | "contents" | "logical" } ConfigGroups
63
63
* @typedef {"" | "-typescript" | "-typescript-flavor" } ConfigVariants
64
64
* @typedef {"" | "-error" } ErrorLevelVariants
65
65
* @type {import('eslint').ESLint.Plugin & {
66
- * configs: Record<`flat/${ConfigGrous }${ConfigVariants}${ErrorLevelVariants}`, import('eslint').Linter.Config>
66
+ * configs: Record<`flat/${ConfigGroups }${ConfigVariants}${ErrorLevelVariants}`, import('eslint').Linter.Config>
67
67
* }}
68
68
*/
69
69
const index = {
You can’t perform that action at this time.
0 commit comments