UNPKG

eslint-config-decent

Version:
12 lines (10 loc) 253 B
declare module '@next/eslint-plugin-next' { import { type Config, type Plugin } from '@eslint/config-helpers'; const value: Plugin & { configs: { recommended: Config; 'core-web-vitals': Config; }; }; export default value; }