Skip to content

Commit

Permalink
fixup! chore: upgrade to ESLint 9 for dev tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Apr 13, 2024
1 parent a213da9 commit 8153800
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ import prettier from "eslint-plugin-prettier/recommended";
import globals from "globals";

export default [
{
ignores: ["tmp/"],
},
eslint.configs.recommended,
node.configs["flat/recommended"],
prettier,
{
ignores: ["/tmp"],
languageOptions: {
ecmaVersion: "latest",
sourceType: "module",
Expand Down

0 comments on commit 8153800

Please sign in to comment.