UNPKG

eslint-config-decent

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