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...
Dec 20, 20221 min read592
