style: fix linting complaints
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import js from "@eslint/js";
|
||||
import eslintPluginAstro from "eslint-plugin-astro";
|
||||
import jsxA11y from "eslint-plugin-jsx-a11y";
|
||||
import eslintPluginPrettierRecommended from "eslint-plugin-prettier/recommended";
|
||||
import { defineConfig } from "eslint/config";
|
||||
import jsxA11y from "eslint-plugin-jsx-a11y";
|
||||
|
||||
export default defineConfig([
|
||||
{
|
||||
ignores: ["./dist/"],
|
||||
ignores: ["./dist/", "**/*.html"],
|
||||
},
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user