Skip to content

Commit

Permalink
lint fix (#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
FineArchs authored Oct 29, 2024
1 parent 002a103 commit b70ffcb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import js from "@eslint/js";
import ts from 'typescript-eslint';

export default ts.config({
// https://stackoverflow.com/a/79115209/22200513
ignores: ["**/*.js"]
}, {
files: ["src/**/*.ts"],
extends: [
js.configs.recommended,
Expand Down

0 comments on commit b70ffcb

Please sign in to comment.