UNPKG

eslint-config-decent

Version:
11 lines (9 loc) 249 B
declare module 'eslint-plugin-jsx-a11y' { import type { TSESLint } from '@typescript-eslint/utils'; const value: TSESLint.FlatConfig.Plugin & { configs: { recommended: TSESLint.FlatConfig.Config; }; }; export default value; }