Prettier is an opinionated code formatter.
This report presents the forensic synthetic code analysis of prettier/prettier, a JavaScript project with 52,232 GitHub stars. SynthScan v2.0 examined 241,133 lines of code across 7203 source files, recording 626 pattern matches distributed across 7 syntactic categories. The overall adjusted score of 5.9 places this repository in the Low AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 626 distinct pattern matches across 7 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | tests/dts/unit/cases/plugins.ts | 35 | print(path, options, print) { | CODE |
| HIGH | tests/integration/plugins/get-parse-options/plugin.js | 23 | print() { | CODE |
| HIGH | tests/integration/__tests__/plugin-api-embed.js | 30 | print(path, options, print) { | CODE |
| HIGH | …ypescript/conformance/classes/mixinClassesAnnotated.ts | 18 | print() { | CODE |
| HIGH | …ypescript/conformance/classes/mixinClassesAnonymous.ts | 15 | print() { | CODE |
| HIGH | tests/format/flow/flow-repo/union_new/issue-1462-i.js | 21 | print(val.foo); // <--- foo could be an array | CODE |
| HIGH | tests/format/flow/flow-repo/union_new/issue-1462-ii.js | 23 | print(val.foo); | CODE |
| HIGH | src/index.d.ts | 487 | print( | CODE |
| HIGH | src/language-yaml/printer-yaml.js | 120 | print("trailingComment"), | CODE |
| HIGH | src/language-yaml/printer-yaml.js | 136 | print(), | CODE |
| HIGH | src/language-yaml/print/flow-mapping-sequence.js | 46 | print(), | CODE |
| HIGH⚡ | src/language-graphql/printer-graphql.js | 46 | print("selectionSet"), | CODE |
| HIGH⚡ | src/language-graphql/printer-graphql.js | 53 | print("name"), | CODE |
| HIGH⚡ | src/language-graphql/printer-graphql.js | 56 | print("typeCondition"), | CODE |
| HIGH⚡ | src/language-graphql/printer-graphql.js | 59 | print("selectionSet"), | CODE |
| HIGH | src/language-graphql/printer-graphql.js | 76 | print("name"), | CODE |
| HIGH | src/language-graphql/printer-graphql.js | 93 | print("selectionSet"), | CODE |
| HIGH | src/language-graphql/printer-graphql.js | 187 | print("variable"), | CODE |
| HIGH | src/language-graphql/printer-graphql.js | 189 | print("type"), | CODE |
| HIGH | src/language-graphql/printer-graphql.js | 248 | print("name"), | CODE |
| HIGH | src/language-graphql/printer-graphql.js | 264 | print("type"), | CODE |
| HIGH | src/language-graphql/printer-graphql.js | 273 | print("name"), | CODE |
| HIGH | src/language-graphql/printer-graphql.js | 297 | print("name"), | CODE |
| HIGH | src/language-graphql/printer-graphql.js | 307 | print("name"), | CODE |
| HIGH⚡ | src/language-graphql/printer-graphql.js | 325 | print("name"), | CODE |
| HIGH⚡ | src/language-graphql/printer-graphql.js | 332 | print("name"), | CODE |
| HIGH⚡ | src/language-graphql/printer-graphql.js | 334 | print("type"), | CODE |
| HIGH | src/language-graphql/printer-graphql.js | 384 | print("name"), | CODE |
| HIGH | src/language-graphql/printer-graphql.js | 395 | print("selectionSet"), | CODE |
| HIGH | src/language-graphql/printer-graphql.js | 405 | print("name"), | CODE |
| HIGH | src/language-graphql/printer-graphql.js | 426 | print("name"), | CODE |
| HIGH | src/language-css/printer-postcss.js | 71 | print("frontMatter"), | CODE |
| HIGH | src/language-css/printer-postcss.js | 90 | print("selector"), | CODE |
| HIGH | src/language-css/printer-postcss.js | 203 | print("selector"), | CODE |
| HIGH | src/language-css/printer-postcss.js | 275 | print("value"), | CODE |
| HIGH | src/language-css/printer-postcss.js | 539 | print("group"), | CODE |
| HIGH | src/language-js/print/jsx.js | 636 | print("name"), | CODE |
| HIGH | src/language-js/print/jsx.js | 637 | print("typeArguments"), | CODE |
| HIGH⚡ | src/language-js/print/jsx.js | 658 | print("name"), | CODE |
| HIGH⚡ | src/language-js/print/jsx.js | 659 | print("typeArguments"), | CODE |
| HIGH⚡ | src/language-js/print/jsx.js | 668 | print(), | CODE |
| HIGH | src/language-js/print/type-alias.js | 14 | print("id"), | CODE |
| HIGH | src/language-js/print/type-alias.js | 15 | print("typeParameters"), | CODE |
| HIGH | src/language-js/print/typescript.js | 127 | print("parameter"), | CODE |
| HIGH | src/language-js/print/typescript.js | 172 | print("id"), | CODE |
| HIGH | src/language-js/print/typescript.js | 174 | print("moduleReference"), | CODE |
| HIGH | src/language-js/print/typescript.js | 200 | print("typeName"), | CODE |
| HIGH | src/language-js/print/function-type.js | 52 | print("returnType"), | CODE |
| HIGH | src/language-js/print/flow.js | 89 | print("id"), | CODE |
| HIGH | src/language-js/print/flow.js | 90 | print("predicate"), | CODE |
| HIGH | src/language-js/print/flow.js | 114 | print("id"), | CODE |
| HIGH | src/language-js/print/flow.js | 146 | print("id"), | CODE |
| HIGH | src/language-js/print/flow.js | 198 | print("typeAnnotation"), | CODE |
| HIGH⚡ | src/language-js/print/flow.js | 236 | print("value"), | CODE |
| HIGH⚡ | src/language-js/print/flow.js | 246 | print("id"), | CODE |
| HIGH⚡ | src/language-js/print/flow.js | 248 | print("key"), | CODE |
| HIGH⚡ | src/language-js/print/flow.js | 250 | print("value"), | CODE |
| HIGH⚡ | src/language-js/print/flow.js | 270 | print("value"), | CODE |
| HIGH⚡ | src/language-js/print/flow.js | 278 | print("id"), | CODE |
| HIGH⚡ | src/language-js/print/flow.js | 282 | print("value"), | CODE |
| 54 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | website/blog/2023-07-05-3.0.0.md | 1993 | function getNextNonSpaceNonCommentCharacterIndex( | CODE |
| LOW⚡ | website/blog/2026-06-27-3.9.0.md | 1098 | function getClassNameFromPrototypeMethod(container) { | CODE |
| LOW⚡ | website/blog/2026-06-27-3.9.0.md | 1106 | function getClassNameFromPrototypeMethod(container) { | CODE |
| LOW⚡ | website/blog/2026-06-27-3.9.0.md | 1115 | function getClassNameFromPrototypeMethod(container) { | CODE |
| LOW | website/blog/2017-04-13-1.0.0.md | 273 | export default function StatelessFunctionalComponent( | CODE |
| LOW | website/blog/2017-04-13-1.0.0.md | 284 | export default function StatelessFunctionalComponent({ | CODE |
| LOW | website/versioned_docs/version-stable/plugins.md | 661 | function getNextNonSpaceNonCommentCharacter( | CODE |
| LOW | website/versioned_docs/version-stable/plugins.md | 666 | function getNextNonSpaceNonCommentCharacterIndex( | CODE |
| LOW | tests/format/js/comments/return-statement-2.js | 40 | function transitionedFromBleepToBloop() { | CODE |
| LOW | tests/format/js/comments/return-statement.js | 146 | function multilineBlockSameLineJsx() { | CODE |
| LOW | tests/format/js/comments/return-statement.js | 154 | function multilineBlockNextLineJsx() { | CODE |
| LOW | tests/format/js/trailing-comma/trailing_whitespace.js | 22 | function supersupersupersuperLongF( | CODE |
| LOW | tests/format/js/trailing-comma/trailing_whitespace.js | 29 | function supersupersupersuperLongF( | CODE |
| LOW | tests/format/js/function-single-destructuring/object.js | 1 | function StatelessFunctionalComponent({ | CODE |
| LOW | tests/format/js/last-argument-expansion/edge_case.js | 38 | (function webpackUniversalModuleDefinition() {})(this, function(__WEBPACK_EXTERNAL_MODULE_85__, __WEBPACK_EXTERNAL_MODUL | CODE |
| LOW | tests/format/markdown/trim-space/format.test.js | 26 | function preserveVariantSpacesTestCase() { | CODE |
| LOW | tests/format/scss/comments/4878.scss | 1 | @function someVeryLongFunctionNameForJustAPow($base, $exponent) { | CODE |
| LOW | tests/format/scss/scss/3757.scss | 236 | @function AnotherMyCalculationFunction($some-number, $anotherNumber, $BigNumber: 100px){ | CODE |
| LOW | tests/format/typescript/as/comments/17407.ts | 1 | function getClassNameFromPrototypeMethod(container) { | CODE |
| LOW | …cript/conformance/types/firstTypeNode/firstTypeNode.ts | 4 | export function fooWithTypePredicateAndMulitpleParams(a: any, b: any, c: any): a is number { | CODE |
| LOW | …cript/conformance/types/firstTypeNode/firstTypeNode.ts | 10 | export function fooWithTypeTypePredicateAndRestParam(a: any, ...rest): a is number { | CODE |
| LOW | tests/format/flow/flow-repo/refinements/typeof.js | 60 | function testInvalidTemplateLiteral(x: string | number) { | CODE |
| LOW⚡ | tests/format/flow/flow-repo/optional/optional_param.js | 22 | function testOptionalNullableDefault(x?: ?string = "hi"): string { | CODE |
| LOW⚡ | tests/format/flow/flow-repo/optional/optional_param.js | 27 | function testOptionalNullableProperty(obj: {x?: ?string}): string { | CODE |
| LOW⚡ | tests/format/flow/flow-repo/optional/optional_param.js | 32 | function testOptionalNullableFlowingToNullable(x?: ?string): ?string { | CODE |
| LOW | tests/format/flow/flow-repo/arrows/arrows.js | 1 | function selectBestEffortImageForWidth( | CODE |
| LOW | tests/format/flow/method/consistent-breaking.js | 16 | function flowParseFunctionTypeParams( | CODE |
| LOW | docs/plugins.md | 661 | function getNextNonSpaceNonCommentCharacter( | CODE |
| LOW | docs/plugins.md | 666 | function getNextNonSpaceNonCommentCharacterIndex( | CODE |
| LOW | scripts/generate-builtin-plugins.js | 179 | async function collectLanguagesAndOptions() { | CODE |
| LOW | scripts/build-babel-code-frame-for-test.js | 12 | async function buildBabelCodeFrameForTest() { | CODE |
| LOW | …er-internal-rules/prefer-create-type-check-function.js | 44 | function getTypesFromNodeParameter(node, parameterName) { | CODE |
| LOW | …er-internal-rules/prefer-create-type-check-function.js | 68 | function getTypesFromTypeParameter(node) { | CODE |
| LOW | …ternal-rules/no-useless-ast-path-callback-parameter.js | 62 | function createIndexOrValueParameterChecker(parameterIndex) { | CODE |
| LOW | scripts/release/steps/install-dependencies.js | 6 | async function installDependenciesInDirectory(directory) { | CODE |
| LOW | scripts/release/steps/bump-prettier.js | 17 | async function shouldAddToGitBlameIgnoreRevsFile() { | CODE |
| LOW | …s/release/steps/show-instructions-after-npm-publish.js | 33 | export default async function showInstructionsAfterNpmPublish({ | CODE |
| LOW | src/index.d.ts | 897 | function getNextNonSpaceNonCommentCharacterIndex( | CODE |
| LOW | src/index.d.ts | 902 | function getNextNonSpaceNonCommentCharacter( | CODE |
| LOW | src/language-yaml/utilities.js | 155 | function getFlowScalarLineContents(nodeType, content, options) { | CODE |
| LOW | src/language-yaml/utilities.js | 199 | function getBlockValueLineContents( | CODE |
| LOW | src/language-yaml/utilities.js | 280 | function removeUnnecessaryTrailingNewlines(lineContents) { | CODE |
| LOW | src/language-yaml/printer-yaml.js | 349 | function shouldPrintDocumentEndMarker(path) { | CODE |
| LOW | src/language-yaml/printer-yaml.js | 385 | function shouldPrintDocumentHeadEndMarker(path) { | CODE |
| LOW | src/language-yaml/print/mapping-item.js | 154 | function isAbsolutelyPrintedAsSingleLineNode(node, options) { | CODE |
| LOW | src/language-yaml/print/mapping-item.js | 198 | function needsSpaceInFrontOfMappingValue(node) { | CODE |
| LOW | src/language-css/loc.js | 187 | function getAtRuleParamsRootOffset(node) { | CODE |
| LOW | src/language-css/loc.js | 415 | function replaceQuotesInInlineComments(text) { | CODE |
| LOW | src/language-css/print/comma-separated-value-group.js | 54 | function printCommaSeparatedValueGroup(path, options, print) { | CODE |
| LOW | src/language-css/print/parenthesized-value-group.js | 61 | function printParenthesizedValueGroup(path, options, print) { | CODE |
| LOW | src/language-css/utilities/index.js | 98 | function insideURLFunctionInImportAtRuleNode(path) { | CODE |
| LOW | src/language-css/utilities/index.js | 115 | function isDetachedRulesetDeclarationNode(node) { | CODE |
| LOW⚡ | src/language-css/utilities/index.js | 188 | function isSCSSControlDirectiveNode(node, options) { | CODE |
| LOW⚡ | src/language-css/utilities/index.js | 196 | function isDetachedRulesetCallNode(node) { | CODE |
| LOW⚡ | src/language-css/utilities/index.js | 200 | function isTemplatePlaceholderNode(node) { | CODE |
| LOW | src/language-css/utilities/index.js | 244 | function isKeyValuePairInParenGroupNode(node) { | CODE |
| LOW | src/language-css/utilities/index.js | 362 | function isMediaAndSupportsKeywords(node) { | CODE |
| LOW | src/config/find-project-root.js | 33 | function clearFindProjectRootCache() { | CODE |
| LOW⚡ | src/config/prettier-config/loaders.js | 41 | ? async function loadConfigFromBunPackageJson(file) { | CODE |
| LOW⚡ | src/config/prettier-config/loaders.js | 45 | : async function loadConfigFromPackageJson(file) { | CODE |
| 268 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL⚡ | website/blog/2018-11-07-1.15.0.md | 1265 | const longVariableName: Array<number> = this.foo.bar.baz.collider.body.vertices.reduce(); | CODE |
| CRITICAL⚡ | website/blog/2018-11-07-1.15.0.md | 1270 | > = this.foo.bar.baz.collider.body.vertices.reduce(); | CODE |
| CRITICAL⚡ | website/blog/2018-11-07-1.15.0.md | 1273 | const longVariableName: Array<number> = this.foo.bar.baz.collider.body.vertices.reduce(); | CODE |
| CRITICAL | tests/format/js/assignment/issue-7961.js | 5 | something.veeeeeery.looooooooooooooooooooooooooong = some.other.rather.long.chain.functionCall(); | CODE |
| CRITICAL | tests/format/flow/generic/single-identifier.js | 1 | const longVariableName: Array<number> = this.foo.bar.baz.collider.body.vertices.reduce(); | CODE |
| CRITICAL⚡ | …ts/tools/eslint-plugin-prettier-internal-rules/test.js | 514 | const foo = node => node.type === a.complex.way.to.get.type(); | CODE |
| CRITICAL⚡ | …ts/tools/eslint-plugin-prettier-internal-rules/test.js | 517 | "const foo = createTypeCheckFunction([a.complex.way.to.get.type()]);", | CODE |
| CRITICAL⚡ | …ts/tools/eslint-plugin-prettier-internal-rules/test.js | 522 | const foo = ({type}) => type === a.complex.way.to.get.type(); | CODE |
| CRITICAL⚡ | …ts/tools/eslint-plugin-prettier-internal-rules/test.js | 525 | "const foo = createTypeCheckFunction([a.complex.way.to.get.type()]);", | CODE |
| CRITICAL⚡ | …ts/tools/eslint-plugin-prettier-internal-rules/test.js | 531 | a.complex.way.to.get.types().includes(type) || | CODE |
| CRITICAL⚡ | …ts/tools/eslint-plugin-prettier-internal-rules/test.js | 532 | another.complex.way.to.get.types().has(type) || | CODE |
| CRITICAL⚡ | …ts/tools/eslint-plugin-prettier-internal-rules/test.js | 536 | 'const foo = createTypeCheckFunction([...a.complex.way.to.get.types(), ...another.complex.way.to.get.types(), "I | CODE |
| CRITICAL⚡ | …ts/tools/eslint-plugin-prettier-internal-rules/test.js | 542 | a.complex.way.to.get.types().includes(node.type) || | CODE |
| CRITICAL⚡ | …ts/tools/eslint-plugin-prettier-internal-rules/test.js | 543 | another.complex.way.to.get.types().has(node.type) || | CODE |
| CRITICAL⚡ | …ts/tools/eslint-plugin-prettier-internal-rules/test.js | 547 | 'const foo = createTypeCheckFunction([...a.complex.way.to.get.types(), ...another.complex.way.to.get.types(), "I | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | website/blog/2023-07-05-3.0.0.md | 1574 | $description: "Lorem ipsum dolor sit \"amet\", consectetur adipiscing elit, " + | CODE |
| LOW⚡ | website/blog/2023-07-05-3.0.0.md | 1578 | $description: 'Lorem ipsum dolor sit "amet", consectetur adipiscing elit, '+ "sed do eiusmod tempor incididunt ut labore | CODE |
| LOW⚡ | website/blog/2023-07-05-3.0.0.md | 1581 | $description: 'Lorem ipsum dolor sit "amet", consectetur adipiscing elit, ' + | CODE |
| LOW⚡ | website/blog/2022-03-16-2.6.0.md | 52 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. | CODE |
| LOW⚡ | website/blog/2022-03-16-2.6.0.md | 52 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. | CODE |
| LOW⚡ | website/blog/2022-03-16-2.6.0.md | 55 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. | CODE |
| LOW⚡ | website/blog/2022-03-16-2.6.0.md | 55 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. | CODE |
| LOW⚡ | website/blog/2022-03-16-2.6.0.md | 60 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. | CODE |
| LOW⚡ | website/blog/2022-03-16-2.6.0.md | 60 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. | CODE |
| LOW⚡ | website/blog/2022-03-16-2.6.0.md | 63 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. | CODE |
| LOW⚡ | website/blog/2022-03-16-2.6.0.md | 63 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. | CODE |
| LOW⚡ | website/blog/2022-03-16-2.6.0.md | 68 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. | CODE |
| LOW⚡ | website/blog/2022-03-16-2.6.0.md | 68 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. | CODE |
| LOW⚡ | website/blog/2022-03-16-2.6.0.md | 71 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. | CODE |
| LOW⚡ | website/blog/2022-03-16-2.6.0.md | 71 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. | CODE |
| LOW⚡ | website/blog/2022-03-16-2.6.0.md | 76 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. | CODE |
| LOW⚡ | website/blog/2022-03-16-2.6.0.md | 76 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. | CODE |
| LOW⚡ | website/blog/2022-03-16-2.6.0.md | 83 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. | CODE |
| LOW⚡ | website/blog/2022-03-16-2.6.0.md | 83 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. | CODE |
| LOW | website/blog/2022-03-16-2.6.0.md | 187 | <div>Lorem ipsum ...</div> | CODE |
| LOW | website/blog/2022-03-16-2.6.0.md | 200 | <div>Lorem ipsum ...</div> | CODE |
| LOW | website/blog/2022-03-16-2.6.0.md | 211 | <div>Lorem ipsum ...</div> | CODE |
| LOW⚡ | website/blog/2022-11-23-2.8.0.md | 286 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod `tempor | CODE |
| LOW⚡ | website/blog/2022-11-23-2.8.0.md | 286 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod `tempor | CODE |
| LOW⚡ | website/blog/2022-11-23-2.8.0.md | 290 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod `tempor incididunt` ut labore et dolore magna al | CODE |
| LOW⚡ | website/blog/2022-11-23-2.8.0.md | 290 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod `tempor incididunt` ut labore et dolore magna al | CODE |
| LOW⚡ | website/blog/2022-11-23-2.8.0.md | 293 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod `tempor | CODE |
| LOW⚡ | website/blog/2022-11-23-2.8.0.md | 293 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod `tempor | CODE |
| LOW⚡ | website/blog/2025-02-09-3.5.0.md | 274 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod temp | CODE |
| LOW⚡ | website/blog/2025-02-09-3.5.0.md | 274 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod temp | CODE |
| LOW⚡ | website/blog/2025-02-09-3.5.0.md | 277 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod temp | CODE |
| LOW⚡ | website/blog/2025-02-09-3.5.0.md | 277 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod temp | CODE |
| LOW⚡ | website/blog/2025-02-09-3.5.0.md | 284 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod temp | CODE |
| LOW⚡ | website/blog/2025-02-09-3.5.0.md | 284 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod temp | CODE |
| LOW⚡ | website/blog/2025-02-09-3.5.0.md | 288 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod temp | CODE |
| LOW⚡ | website/blog/2025-02-09-3.5.0.md | 288 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod temp | CODE |
| LOW⚡ | website/blog/2025-02-09-3.5.0.md | 296 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod temp | CODE |
| LOW⚡ | website/blog/2025-02-09-3.5.0.md | 296 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod temp | CODE |
| LOW⚡ | website/blog/2025-02-09-3.5.0.md | 299 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod temp | CODE |
| LOW⚡ | website/blog/2025-02-09-3.5.0.md | 299 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod temp | CODE |
| LOW⚡ | website/blog/2021-09-09-2.4.0.md | 77 | data-bar="baz">lorem ipsum dolor sit amet</div> | CODE |
| LOW⚡ | website/blog/2021-09-09-2.4.0.md | 77 | data-bar="baz">lorem ipsum dolor sit amet</div> | CODE |
| LOW⚡ | website/blog/2021-09-09-2.4.0.md | 87 | lorem ipsum dolor sit amet | CODE |
| LOW⚡ | website/blog/2021-09-09-2.4.0.md | 87 | lorem ipsum dolor sit amet | CODE |
| LOW | website/blog/2021-09-09-2.4.0.md | 98 | lorem ipsum dolor sit amet | CODE |
| LOW | website/blog/2021-09-09-2.4.0.md | 98 | lorem ipsum dolor sit amet | CODE |
| LOW⚡ | website/versioned_docs/version-stable/rationale.md | 40 | name: "John Doe", | CODE |
| LOW⚡ | website/versioned_docs/version-stable/rationale.md | 49 | const user = { name: "John Doe", | CODE |
| LOW⚡ | website/versioned_docs/version-stable/rationale.md | 57 | const user = { name: "John Doe", age: 30 }; | CODE |
| LOW⚡ | website/versioned_docs/version-stable/rationale.md | 65 | name: "John Doe", age: 30 }; | CODE |
| LOW⚡ | website/versioned_docs/version-stable/rationale.md | 72 | name: "John Doe", | CODE |
| LOW | tests/format/css/comments/types.css | 44 | <small class=tooltip><span>Lorem ipsum dolor</span></small> | CODE |
| LOW⚡ | tests/format/markdown/markdown/test-case.md | 55 | > Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus. Vestibulum enim wisi, v | CODE |
| LOW⚡ | tests/format/markdown/markdown/test-case.md | 55 | > Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus. Vestibulum enim wisi, v | CODE |
| LOW⚡ | tests/format/markdown/markdown/test-case.md | 57 | > Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus. Vestibulum enim wis | CODE |
| LOW⚡ | tests/format/markdown/markdown/test-case.md | 57 | > Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus. Vestibulum enim wis | CODE |
| LOW | tests/format/markdown/inlineCode/inline-code-newline.md | 1 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod `tempor | CODE |
| LOW | tests/format/markdown/inlineCode/inline-code-newline.md | 1 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod `tempor | CODE |
| LOW | tests/format/scss/quotes/escape-in-string.scss | 1 | $description: "Lorem ipsum dolor sit \"amet\", consectetur adipiscing elit, " + | CODE |
| LOW⚡ | …ingle-attribute-per-line/single-attribute-per-line.vue | 3 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. | CODE |
| 63 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/dts/unit/cases/print.ts | 21 | } | COMMENT |
| LOW | tests/integration/__tests__/patterns-dirs.js | 21 | // | COMMENT |
| LOW | …s/format/css/character-escaping/character_escaping.css | 1 | #♥ {} | COMMENT |
| LOW | …s/format/css/character-escaping/character_escaping.css | 21 | #\#fake-id {} /* matches the element with id="#fake-id" */ | COMMENT |
| LOW | …ts/format/js/comments/tagged-template-literal/11662.js | 1 | foo | COMMENT |
| LOW | tests/format/js/quotes/strings.js | 1 | // Prevent strings from being parsed as directives | COMMENT |
| LOW | tests/format/js/cursor/comments-4.js | 1 | // howdy | COMMENT |
| LOW | …agement/valid-for-await-using-binding-escaped-of-of.js | 1 | // TODO: Fix this test | COMMENT |
| LOW | …ce-management/valid-for-using-binding-escaped-of-of.js | 1 | // TODO: Fix this test | COMMENT |
| LOW | tests/format/js/babel-plugins/numeric-separator.js | 1 | // https://babeljs.io/docs/babel-plugin-proposal-numeric-separator | COMMENT |
| LOW | tests/format/js/range/boundary.js | 1 | foo = 1.0000;<<<PRETTIER_RANGE_START>>>bar = 1.0000;<<<PRETTIER_RANGE_END>>>baz=1.0000; | COMMENT |
| LOW | tests/format/markdown/markdown/test-case.md | 21 | COMMENT | |
| LOW | tests/format/typescript/comments/11662.ts | 1 | foo<a> | COMMENT |
| LOW | tests/format/typescript/compiler/privacyGloImport.ts | 21 | } | COMMENT |
| LOW | tests/format/typescript/compiler/privacyGloImport.ts | 61 | //export var m1_im3_private_v1_public = m1_im3_private.c1; | COMMENT |
| LOW | …ParameterLists/innerTypeParameterShadowingOuterOne2.ts | 21 | COMMENT | |
| LOW | …eParameterLists/innerTypeParameterShadowingOuterOne.ts | 21 | //function f2<T extends Date, U extends T>() { | COMMENT |
| LOW | tests/format/yaml/comment/map.yml | 21 | # - foo: item33 | COMMENT |
| LOW | …yaml/spec/spec-example-8-5-chomping-trailing-lines.yml | 1 | # Strip | COMMENT |
| LOW | tests/format/yaml/root/example.yml | 181 | } | COMMENT |
| LOW | tests/format/jsx/jsx/conditional-expression.js | 1 | // There are two ways to print ConditionalExpressions: "normal mode" and | COMMENT |
| LOW | tests/format/jsx/jsx/conditional-expression.js | 21 | // consequent, or alternate are JSXElements. | COMMENT |
| LOW | tests/format/flow/no-semi/flow-interfaces.js | 21 | // declare interface D { | COMMENT |
| LOW | tests/format/flow/flow-repo/import_type/import_type.js | 61 | ////////////////////////////////////////////// | COMMENT |
| LOW | tests/format/flow/flow-repo/typecast/typecast.js | 21 | // control case: | COMMENT |
| LOW | tests/format/flow/flow-repo/binding/tdz.js | 1 | /** @flow */ | COMMENT |
| LOW | tests/format/flow/flow-repo/intersection/test_obj.js | 1 | /** | COMMENT |
| LOW | tests/format/flow/flow-repo/optional_props/test3.js | 21 | properties. | COMMENT |
| LOW | tests/format/flow/flow-repo/typeof/typeof.js | 21 | // Following tests are errors which conflate the type | COMMENT |
| LOW | …ts/tools/eslint-plugin-prettier-internal-rules/test.js | 261 | // errors: [ | COMMENT |
| LOW | src/language-markdown/print/whitespace.js | 141 | } | COMMENT |
| LOW | src/language-markdown/print/whitespace.js | 201 | // [1]: We will make a breaking change to the rule to convert spaces between | COMMENT |
| LOW | src/document/printer/printer.js | 321 | break; | COMMENT |
| LOW | src/document/printer/printer.js | 541 | if (cursorPositions.length !== 2) { | COMMENT |
| LOW | src/language-js/parse/meriyah.js | 21 | next: true, | COMMENT |
| LOW | src/language-js/print/key.js | 61 | // declare let bb: keyof typeof b; | COMMENT |
| LOW | src/language-js/print/jsx.js | 41 | @import AstPath from "../../common/ast-path.js"; | COMMENT |
| LOW | src/language-js/print/ternary-old.js | 21 | * | COMMENT |
| LOW | src/language-js/print/ternary-old.js | 41 | // test: ..., | COMMENT |
| LOW | src/language-js/print/ternary-old.js | 61 | // | COMMENT |
| LOW | src/language-js/print/member-chain.js | 161 | COMMENT | |
| LOW | src/language-js/print/member-chain.js | 261 | } | COMMENT |
| LOW | src/language-js/print/binaryish.js | 61 | // this.hasPlugin("dynamicImports") && this.lookahead().type === tt.parenLeft | COMMENT |
| LOW | src/language-html/embed/parse-permissions-policy.js | 41 | // "3. Let directive name be the result of collecting a sequence of | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src/config/prettier-config/loaders.js | 26 | // TODO: Add tests for this | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/format/js/preserve-line/argument-list.js | 130 | function doSomething() { return true; }); | CODE |