Home
last modified time | relevance | path

Searched defs:createRule (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/scripts/eslint/rules/
Dutils.ts2 export const createRule = ESLintUtils.RuleCreator(() => ""); constant
/third_party/typescript_eslint/packages/eslint-plugin-internal/src/util/
DcreateRule.ts6 const createRule = ESLintUtils.RuleCreator( constant
/third_party/typescript_eslint/packages/eslint-plugin/src/util/
DcreateRule.ts6 export const createRule = ESLintUtils.RuleCreator( constant
/third_party/typescript_eslint/packages/experimental-utils/tests/eslint-utils/
DRuleCreator.test.ts4 const createRule = ESLintUtils.RuleCreator(name => `test/${name}`); constant
/third_party/typescript_eslint/packages/eslint-plugin-tslint/src/rules/
Dconfig.ts9 const createRule = ESLintUtils.RuleCreator( constant
/third_party/node/tools/
Dlint-md.mjs22578 const createRule = (pattern, ignorecase) => { function