Skip to content

Commit

Permalink
Use Flat ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Aug 30, 2024
1 parent 67ac2f0 commit 3a2530e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tasks/pmtiles/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"
}
}
);

0 comments on commit 3a2530e

Please sign in to comment.