Socket
Socket
Sign inDemoInstall

@mintlify/eslint-config-next

Package Overview
Dependencies
Maintainers
0
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mintlify/eslint-config-next

Mintlify shared eslint config (next)


Version published
Maintainers
0
Created
Source

Shared ESLint configuration (next)

ESLint is used for code linting.

Add Dependencies

Install this package and peerDependencies of this package as devDependencies in the project, using install-peerdeps.

npx install-peerdeps --dev @mintlify/eslint-config-next

Alternatively, you can install this package as devDependency and install the peerDependencies separately.

# yarn
yarn add -D @mintlify/eslint-config-next

# npm
npm i -D @mintlify/eslint-config-next

# pnpm
pnpm add -D @mintlify/eslint-config-next

Add Configuration File

Create a .eslintrc.json file in the project root that extends this package.

{
    "extends": "@mintlify/eslint-config-next",
    ...
}

FAQs

Package last updated on 12 Jul 2024

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc