Skip to content

Commit

Permalink
edit config
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel7373 committed Nov 19, 2024
1 parent 6ea9081 commit 364f6ae
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion frontend/eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@

import eslint from '@eslint/js';
import tseslint from 'typescript-eslint';
import {rules} from "@typescript-eslint/eslint-plugin";

export default tseslint.config(
eslint.configs.recommended,
...tseslint.configs.recommended,
);
{
rules: {
"unused-imports/no-unused-imports": "error",
}
}
);

0 comments on commit 364f6ae

Please sign in to comment.