Skip to content

Commit

Permalink
Update eslint.config.ts
Browse files Browse the repository at this point in the history
Co-authored-by: ST-DDT <ST-DDT@gmx.de>
  • Loading branch information
Shinigami92 and ST-DDT authored Aug 10, 2024
1 parent 03e2cb4 commit fbe241f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const __filename = fileURLToPath(import.meta.url);
const __dirname = dirname(__filename);
const gitignorePath = resolve(__dirname, '.gitignore');

export const config: ReturnType<typeof tseslint.config> = tseslint.config(
const config: ReturnType<typeof tseslint.config> = tseslint.config(
//#region global
// @ts-expect-error: Argument of type 'FlatConfig' is not assignable to parameter of type 'ConfigWithExtends'.
includeIgnoreFile(gitignorePath),
Expand Down

0 comments on commit fbe241f

Please sign in to comment.