Socket
Socket
Sign inDemoInstall

eslint-config-next

Package Overview
Dependencies
266
Maintainers
3
Versions
1357
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-next

ESLint configuration used by Next.js.


Version published
Maintainers
3
Weekly downloads
4,159,603
decreased by-5.01%

Weekly downloads

Package description

What is eslint-config-next?

The eslint-config-next package is an ESLint configuration that is specifically tailored for Next.js applications. It provides a set of linting rules that are recommended for projects using Next.js, ensuring code quality and consistency across the codebase.

What are eslint-config-next's main functionalities?

Extends ESLint with Next.js specific linting rules

By extending ESLint with this package, developers can apply a set of rules that are optimized for Next.js projects, including rules for React and browser compatibility.

{ "extends": ["next", "next/core-web-vitals"] }

Support for Core Web Vitals

This feature allows developers to enforce a subset of rules that focus on performance and user experience, aligning with Google's Core Web Vitals.

{ "extends": ["next/core-web-vitals"] }

Other packages similar to eslint-config-next

FAQs

Last updated on 20 Mar 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc