Home
last modified time | relevance | path

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

/third_party/typescript_eslint/packages/eslint-plugin/src/configs/
DREADME.md39 ### Altering the `recommended` set to suit your project
53 ### Suggesting changes to the `recommended` set
/third_party/icu/docs/userguide/format_parse/messages/
Dindex.md155 ##### Date skeletons:
162 ##### Number formatter skeletons:
/third_party/typescript/tests/cases/fourslash/
DcompletionsRecommended_contextualTypes.ts28 function recommended(marker: string, { insertText, isNewIdentifierLocation = true, enumName = "E" }… function
/third_party/typescript_eslint/packages/eslint-plugin/tools/
Dgenerate-rules-lists.ts13 recommended: boolean; property
/third_party/icu/icu4c/source/test/cintltst/
Dspooftest.c609 const USet *recommended = NULL; in TestUSpoofCAPI() local
/third_party/typescript_eslint/packages/experimental-utils/src/ts-eslint/
DRule.ts26 recommended: 'error' | 'warn' | false; property