UNPKG

eslint-config-decent

Version:
12 lines (10 loc) 304 B
declare module '@next/eslint-plugin-next' { import type { TSESLint } from '@typescript-eslint/utils'; const value: TSESLint.FlatConfig.Plugin & { configs: { recommended: TSESLint.FlatConfig.Config; 'core-web-vitals': TSESLint.FlatConfig.Config; }; }; export default value; }