UNPKG

@tak-ps/node-cot

Version:

Lightweight JavaScript library for parsing and manipulating TAK messages

16 lines (14 loc) 346 B
import eslint from '@eslint/js'; import tseslint from 'typescript-eslint'; export default tseslint.config( { ignores: ['dist/**', 'docs/**', 'coverage/**'] }, eslint.configs.recommended, ...tseslint.configs.recommended, { "rules": { "@typescript-eslint/no-explicit-any": "warn" } } );