Skip to content

Commit

Permalink
Fix ignores in eslint.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuroXina authored Aug 30, 2024
1 parent 4adab5c commit 621acad
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ import globals from "globals";
import tseslint from "typescript-eslint";

export default [
{
files: ["**/*.{js,mjs,cjs,ts,jsx,tsx}"],
ignores: ["build", "node_modules"],
},
{ files: ["**/*.{js,mjs,cjs,ts,jsx,tsx}"] },
{ ignores: ["build/"] },
{ languageOptions: { globals: { ...globals.browser, ...globals.node } } },
pluginJs.configs.recommended,
...tseslint.configs.recommended,
Expand Down

0 comments on commit 621acad

Please sign in to comment.