UNPKG

linted

Version:

ESLint mono-plugin bundler with strict, opinionated defaults for JavaScript, TypeScript, Svelte, HTML, CSS, JSON, JSONC, and YAML.

9 lines (7 loc) 191 B
import type { JSONLanguageOptions } from "@eslint/json"; export default { languageOptions: { allowTrailingCommas: true, } satisfies JSONLanguageOptions, language: "json/jsonc", };