Skip to content

Commit

Permalink
fix: typos
Browse files Browse the repository at this point in the history
Co-authored-by: Brett Zamir <[email protected]>
  • Loading branch information
gurgelio and brettz9 committed Dec 11, 2024
1 parent 6a42c57 commit 8b3e764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ import validTypes from './rules/validTypes.js';
import { getJsdocProcessorPlugin } from './getJsdocProcessorPlugin.js';

/**
* @typedef {"recommended" | "stylistic" | "contents" | "logical"} ConfigGrous
* @typedef {"recommended" | "stylistic" | "contents" | "logical"} ConfigGroups
* @typedef {"" | "-typescript" | "-typescript-flavor"} ConfigVariants
* @typedef {"" | "-error"} ErrorLevelVariants
* @type {import('eslint').ESLint.Plugin & {
* configs: Record<`flat/${ConfigGrous}${ConfigVariants}${ErrorLevelVariants}`, import('eslint').Linter.Config>
* configs: Record<`flat/${ConfigGroups}${ConfigVariants}${ErrorLevelVariants}`, import('eslint').Linter.Config>
* }}
*/
const index = {
Expand Down

0 comments on commit 8b3e764

Please sign in to comment.