diff --git a/docs/parsers/html.md b/docs/parsers/html.md index 007e9bf..7ae4e2b 100644 --- a/docs/parsers/html.md +++ b/docs/parsers/html.md @@ -21,7 +21,6 @@ Read more about the new [ESLint flat config format](https://eslint.org/docs/late import eslintParserHTML from "@html-eslint/parser"; import eslintPluginReadableTailwind from "eslint-plugin-readable-tailwind"; - export default [ { files: ["**/*.html"], diff --git a/docs/parsers/jsx.md b/docs/parsers/jsx.md index b0d05eb..797a906 100644 --- a/docs/parsers/jsx.md +++ b/docs/parsers/jsx.md @@ -16,7 +16,6 @@ Read more about the new [ESLint flat config format](https://eslint.org/docs/late // eslint.config.js import eslintPluginReadableTailwind from "eslint-plugin-readable-tailwind"; - export default [ { languageOptions: { diff --git a/docs/parsers/svelte.md b/docs/parsers/svelte.md index ceb1c5d..0c2695d 100644 --- a/docs/parsers/svelte.md +++ b/docs/parsers/svelte.md @@ -21,7 +21,6 @@ Read more about the new [ESLint flat config format](https://eslint.org/docs/late import eslintPluginReadableTailwind from "eslint-plugin-readable-tailwind"; import eslintParserSvelte from "svelte-eslint-parser"; - export default [ { files: ["**/*.svelte"], diff --git a/docs/parsers/vue.md b/docs/parsers/vue.md index aff1451..92cfa3f 100644 --- a/docs/parsers/vue.md +++ b/docs/parsers/vue.md @@ -21,7 +21,6 @@ Read more about the new [ESLint flat config format](https://eslint.org/docs/late import eslintPluginReadableTailwind from "eslint-plugin-readable-tailwind"; import eslintParserVue from "vue-eslint-parser"; - export default [ { files: ["**/*.vue"],