UNPKG

eslint-config-decent

Version:
7 lines (5 loc) 175 B
declare module 'eslint-plugin-react-hooks' { import type { TSESLint } from '@typescript-eslint/utils'; const value: TSESLint.FlatConfig.Plugin; export default value; }