UNPKG

eslint-config-decent

Version:
13 lines (11 loc) 270 B
declare module 'eslint-plugin-jest' { import type { Config, Plugin } from '@eslint/config-helpers'; const value: Plugin & { configs: { 'flat/all': Config; 'flat/recommended': Config; 'flat/style': Config; }; }; export default value; }