Skip to content

Commit

Permalink
eslint config update
Browse files Browse the repository at this point in the history
  • Loading branch information
gotomi committed Feb 8, 2025
1 parent f267cc8 commit 5310598
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import globals from "globals";
import pluginJs from "@eslint/js";
import eslintPluginPrettierRecommended from "eslint-plugin-prettier/recommended";

/** @type {import('eslint').Linter.Config[]} */
export default [
{ languageOptions: { globals: globals.node } },
pluginJs.configs.recommended,
eslintPluginPrettierRecommended,
];

0 comments on commit 5310598

Please sign in to comment.