repository template for Node.js & TypeScript projects

chore(followup): recognize oxfmt files as JSONC (#469)

authored by samanthanguyen.me and committed by

GitHub 108120d3 26521120

+3 -2
+3 -2
.gitattributes
··· 2 2 * text=auto 3 3 4 4 # Linguist overrides 5 - # - Recognize TSConfig file variants as JSONC (e.g: tsconfig.base.json) 6 - # - Recognize Oxlint config file as JSONC 5 + # - Recognize TSConfig file variants as JSONC (e.g: tsconfig.base.json) 6 + # - Recognize oxfmt + oxlint config files as JSONC 7 7 Dockerfile -linguist-detectable 8 8 tsconfig.*.json linguist-language=JSON-with-Comments 9 + .oxfmtrc.json linguist-language=JSON-with-Comments 9 10 .oxlintrc.json linguist-language=JSON-with-Comments