New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@mints/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mints/eslint-config

Eslint Config for Mints Components

latest
Source
npmnpm
Version
2.2.0
Version published
Maintainers
1
Created
Source

Eslint-Config

Eslint Config for Mints Component

Compatibility

  • Version 2.x+: Supports ESLint 9+ and uses the new Flat Config.
  • Version 1.x: Compatible with ESLint 8 and uses the traditional .eslintrc configuration.

Installation

Install the latest version (for ESLint 9+):

yarn add @mints/eslint-config --dev

If you're using ESLint 8, please install version 1.x:

yarn add @mints/eslint-config@1 --dev

Usage

For ESLint 9+ (Flat Config):

Create an eslint.config.js file:

import mintsConfig from '@mints/eslint-config';

export default mintsConfig;

For ESLint 8 (Legacy Config):

In your .eslintrc.*:

{
  "extends": ["@mints/eslint-config"]
}

License

MIT

Keywords

mints

FAQs

Package last updated on 25 Mar 2025

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