Skip to content

Commit

Permalink
Merge pull request #338 from ninoseki/update-eslint
Browse files Browse the repository at this point in the history
chore: update ESLint, etc.
  • Loading branch information
ninoseki authored Oct 12, 2024
2 parents 216e550 + 11aa607 commit f572001
Show file tree
Hide file tree
Showing 3 changed files with 1,213 additions and 614 deletions.
6 changes: 3 additions & 3 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// @ts-check

import eslint from "@eslint/js";
import tseslint from "typescript-eslint";
import simpleImportSort from "eslint-plugin-simple-import-sort";
import * as regexpPlugin from "eslint-plugin-regexp";
import simpleImportSort from "eslint-plugin-simple-import-sort";
import tseslint from "typescript-eslint";

// eslint-disable-next-line no-undef
const mode = process.env.NODE_ENV === "production" ? "error" : "warn";

export default tseslint.config(
Expand Down
Loading

0 comments on commit f572001

Please sign in to comment.