Eslint configuration for unused variables in NextJs app, with typescript
You can use the below eslint config in your nextjs, typescript app.Do not forget to include the required pkgs in package.json
{
"root":true,
"parser": "@typescript-eslint/parser",
"extends": [
"prettier",
"eslint:recommended",
"plug...
ruchikasood.hashnode.dev1 min read