pkg-typescript-plugin-nextjs
v0.3.6
Published
[](https://badge.fury.io/js/pkg-typescript-plugin-nextjs) [](https://opensource.org/licenses/ISC) [next-auth(v4.24.11)eslint(v9.30.1)eslint-config-next(v15.3.5)
ESLint Configuration
Provides a Next.js-optimized ESLint configuration with:
next/core-web-vitalsrules- Disabled anonymous default export warnings
- Disabled exhaustive deps warnings for React hooks
- Disabled React display name warnings
Usage
Add this plugin to your pkg-typescript configuration:
export default {
plugins: 'nextjs',
}Configuration
The plugin accepts these configuration options:
env- Environment variables to use with Next.js commandslocal_addr- Local development server address for automatic browser opening
Development
yarn pkg:build # Build the plugin
yarn install # Install dependenciesLicense
ISC
