Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@greenberry/eslint-config

Package Overview
Dependencies
Maintainers
5
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@greenberry/eslint-config

ESLint and Prettier config for all things Greenberry.

latest
Source
npmnpm
Version
3.6.0
Version published
Weekly downloads
16
33.33%
Maintainers
5
Weekly downloads
 
Created
Source

Greenberry eslint-config v3

ESLint and Prettier bundle for all things Greenberry.

Install

npm i -D  @greenberry/eslint-config

Upgrade from v2.0.0

Remove redundant packages:

npm remove @greenberry/eslint-config eslint

Install the latest version eslint-config:

npm i -D @greenberry/eslint-config

React

package.json:

{
  "scripts": {
    "lint": "eslint src --fix"
  }
}

.eslintrc:

{
  "extends": "@greenberry/eslint-config"
}

NextJS

⚠️ Requires eslint-config-next @11.1.4

package.json:

{
  "scripts": {
    "lint": "next lint --fix"
  }
}

}

.eslintrc:

{
  "extends": ["next/core-web-vitals", "@greenberry/eslint-config"]
}

FAQs

Package last updated on 17 Jun 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