UNPKG

eslint-config-decent

Version:
11 lines (9 loc) 218 B
declare module 'eslint-plugin-jsx-a11y' { import { type Config, type Plugin } from '@eslint/config-helpers'; const value: Plugin & { configs: { recommended: Config; }; }; export default value; }