UNPKG

eslint-config-decent

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