UNPKG

linted

Version:

ESLint mono-plugin bundler with strict, opinionated defaults for (Stylistic) JavaScript, TypeScript, Svelte, HTML, Tailwind/CSS, JSON, JSONC, YAML, and Mocha.

10 lines (8 loc) 334 B
import type { CSSLanguageOptions } from "@eslint/css"; // DOC: https://github.com/eslint/css?tab=readme-ov-file#languages export default { languageOptions: { tolerant: false /* @default: true | INFO: https://github.com/eslint/css?tab=readme-ov-file#tolerant-mode */, } satisfies CSSLanguageOptions, language: "css/css", };