Skip to content

Commit

Permalink
Merge branch 'main' into releases/v1
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Aug 19, 2024
2 parents 8f032ef + e6ebafd commit 6f1dfe0
Show file tree
Hide file tree
Showing 6 changed files with 856 additions and 1,189 deletions.
70 changes: 0 additions & 70 deletions .eslintrc.json

This file was deleted.

2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.6.0
20.14.0
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 6f1dfe0

Please sign in to comment.