UNPKG

eslint-plugin-vibe-coder

Version:

ESLint plugin with custom rules to prevent common bad practices made by robots (and humans who code like robots)

3 lines 227 B
import { ESLintUtils } from '@typescript-eslint/utils'; export declare const noOptionalProperties: ESLintUtils.RuleModule<"noOptionalProperty", [], ESLintUtils.RuleListener>; //# sourceMappingURL=no-optional-properties.d.ts.map