mirror of
https://github.com/dfpc-coe/CloudTAK.git
synced 2025-12-23 22:20:19 +00:00
Use Flat ESLint
This commit is contained in:
12
tasks/pmtiles/eslint.config.js
Normal file
12
tasks/pmtiles/eslint.config.js
Normal file
@@ -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"
|
||||
}
|
||||
}
|
||||
);
|
||||
Reference in New Issue
Block a user