UNPKG

eslint-plugin-goblock-custom-rules

Version:

ESLint plugin to enforce pattern rules in Clean Architecture (goBlockchain)

5 lines (4 loc) 218 B
import { TSESLint } from "@typescript-eslint/utils"; type MessageIds = "noFindOutsideRepository"; declare const noFindOutsideRepositoryRule: TSESLint.RuleModule<MessageIds>; export default noFindOutsideRepositoryRule;