You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@mintlify/eslint-config-next

Package Overview
Dependencies
Maintainers
0
Versions
19
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)

1.0.18
latest
Source
npm
Version published
Weekly downloads
323
26.67%
Maintainers
0
Weekly downloads
 
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 25 Oct 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