UNPKG

eslint-config-decent

Version:
13 lines (11 loc) 346 B
declare module 'eslint-plugin-jest' { import type { TSESLint } from '@typescript-eslint/utils'; const value: TSESLint.FlatConfig.Plugin & { configs: { 'flat/all': TSESLint.FlatConfig.Config; 'flat/recommended': TSESLint.FlatConfig.Config; 'flat/style': TSESLint.FlatConfig.Config; }; }; export default value; }