Skip to content

Commit

Permalink
fix: memperbaiki eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
reacto11mecha committed Jul 15, 2024
1 parent 08fe936 commit f76af02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/processor/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import baseConfig from "@sora-vp/eslint-config/base";
/** @type {import('typescript-eslint').Config} */
export default [
{
ignores: [".dist/**", "tsup.config.ts"],
ignores: ["dist/**", "index.ts", "tsup.config.ts"],
},
...baseConfig,
];

0 comments on commit f76af02

Please sign in to comment.