Skip to content

Commit

Permalink
migrate to eslint v9
Browse files Browse the repository at this point in the history
  • Loading branch information
ultram4rine committed Aug 11, 2024
1 parent ad80c5b commit a9a6460
Show file tree
Hide file tree
Showing 4 changed files with 518 additions and 1,007 deletions.
17 changes: 0 additions & 17 deletions .eslintrc.json

This file was deleted.

10 changes: 10 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// @ts-check

import eslint from "@eslint/js";
import tseslint from "typescript-eslint";

export default tseslint.config(
eslint.configs.recommended,
...tseslint.configs.strict,
...tseslint.configs.stylistic
);
Loading

0 comments on commit a9a6460

Please sign in to comment.