We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f366b6f commit 3647a1cCopy full SHA for 3647a1c
packages/eslint-plugin/src/rules/naming-convention-utils/types.ts
@@ -64,7 +64,7 @@ type ValidatorFunction = (
64
node: TSESTree.Identifier | TSESTree.PrivateIdentifier | TSESTree.Literal,
65
modifiers?: Set<Modifiers>,
66
) => void;
67
-type ParsedOptions = Record<SelectorsString, null | ValidatorFunction>;
+type ParsedOptions = Record<SelectorsString, ValidatorFunction>;
68
type Context = Readonly<TSESLint.RuleContext<MessageIds, Options>>;
69
70
export type {
0 commit comments