Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit daa42b2

Browse files
author
Christopher Quadflieg
committed
chore: add plugin inclusive-language
1 parent 42a3d8b commit daa42b2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/plugin.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
import type { LiteralUnion } from './utility-types';
22

33
/** Plugin. */
4-
export type Plugin = LiteralUnion<'@typescript-eslint' | 'prettier' | 'import' | 'jsdoc' | 'spellcheck'>;
4+
export type Plugin = LiteralUnion<
5+
'@typescript-eslint' | 'prettier' | 'import' | 'jsdoc' | 'spellcheck' | 'inclusive-language'
6+
>;

0 commit comments

Comments
 (0)