Skip to content

Commit

Permalink
style: eslint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
schoero committed Jan 23, 2025
1 parent 9adb607 commit 00f4045
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion docs/parsers/html.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down
1 change: 0 additions & 1 deletion docs/parsers/jsx.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
1 change: 0 additions & 1 deletion docs/parsers/svelte.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down
1 change: 0 additions & 1 deletion docs/parsers/vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit 00f4045

Please sign in to comment.