UNPKG

soap

Version:
16 lines (14 loc) 314 B
import eslint from '@eslint/js'; import tseslint from 'typescript-eslint'; export default tseslint.config( eslint.configs.recommended, ...tseslint.configs.recommended, { ignores: ['lib/', 'node_modules/', 'test/'], }, { rules: { '@typescript-eslint/no-explicit-any': 'off', }, }, );