Skip to content

Commit

Permalink
remove import
Browse files Browse the repository at this point in the history
  • Loading branch information
egreer committed Feb 6, 2025
1 parent cbd661c commit 329a93b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { FlatCompat } from "@eslint/eslintrc";
import js from "@eslint/js";
import typescriptEslint from "@typescript-eslint/eslint-plugin";
import tsParser from "@typescript-eslint/parser";
import eslintPluginJsxA11y from "eslint-plugin-jsx-a11y";
import lodash from "eslint-plugin-lodash";
import unusedImports from "eslint-plugin-unused-imports";
import path from "node:path";
Expand Down

0 comments on commit 329a93b

Please sign in to comment.