Kéri Viktor
Results
2
issues of
Kéri Viktor
`import { useRouter } from 'next/router' const router = useRouter() router.replace('/')` with plugin:lodash/recommended: ESLint: Prefer '_.replace' over the native function. (lodash/prefer-lodash-method) quick fix rule: 'lodash/prefer-lodash-method': [2, { ignoreMethods: ['replace'] }]
- Prettier Version: 3.2.5 - Operating System (or Browser): Windows 11 Pro 23H2 (22631.3085) - Node Version: 18.19.0 - prettier-plugin-package Version: 1.4.0 ### How Do We Reproduce? 1, install the...