Skip to content

Commit

Permalink
add eslint-plugin for astro
Browse files Browse the repository at this point in the history
  • Loading branch information
DevTeaLeaf committed Jul 20, 2024
1 parent 9b952b6 commit 3e48153
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import typescriptParser from "@typescript-eslint/parser";
import typescriptPlugin from "@typescript-eslint/eslint-plugin";
import prettierPlugin from "eslint-plugin-prettier";
import eslintPluginAstro from "eslint-plugin-astro";
import astroParser from "astro-eslint-parser";

export default [
Expand Down

0 comments on commit 3e48153

Please sign in to comment.