Skip to content

Commit

Permalink
Enum
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Oct 15, 2024
1 parent b91c11c commit 9a38608
Show file tree
Hide file tree
Showing 5 changed files with 882 additions and 1,386 deletions.
9 changes: 0 additions & 9 deletions .eslintrc.json

This file was deleted.

12 changes: 12 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import eslint from '@eslint/js';
import tseslint from 'typescript-eslint';

export default tseslint.config(
eslint.configs.recommended,
...tseslint.configs.recommended,
{
"rules": {
"@typescript-eslint/no-explicit-any": "warn"
}
}
);
Loading

0 comments on commit 9a38608

Please sign in to comment.