Skip to content

Commit

Permalink
chore: remove unused import (#1750)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeharding authored Nov 27, 2024
1 parent b3395d7 commit 641dca3
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 @@ -10,7 +10,6 @@ import vitestPlugin from "eslint-plugin-vitest";
import tseslint from "typescript-eslint";

import compilerOptions from "./compilerOptions.js";
import packageJson from "./package.json" with { type: "json" };

export default tseslint.config(
eslint.configs.recommended,
Expand Down

0 comments on commit 641dca3

Please sign in to comment.