Skip to content

Commit

Permalink
bump eslint v9.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Jun 17, 2024
1 parent 089689d commit 83fde3d
Show file tree
Hide file tree
Showing 5 changed files with 481 additions and 905 deletions.
5 changes: 0 additions & 5 deletions .eslintignore

This file was deleted.

70 changes: 0 additions & 70 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,
);

0 comments on commit 83fde3d

Please sign in to comment.