Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@strapi-community/eslint-config-admin

Package Overview
Dependencies
Maintainers
7
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@strapi-community/eslint-config-admin

@strapi-community/eslint-config/admin

  • 0.3.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
7
Created
Source

@strapi-community/eslint-config/admin

Shared eslint configuration for strapi admin.

Strapi Discord NPM Version Monthly download on NPM

Table of Contents

🚦 Current Status

This package is currently under development and should be consider ALPHA in terms of state. I/We are currently accepting contributions and/or dedicated contributors to help develop and maintain this package.

For more information on contributing please see the contrib message below.

✨ Installation

1. Add plugin dependency

yarn add -D eslint @strapi-community/eslint-config

2. Add .eslintrc in the root of your project

{
  "extends": "@strapi-community"
}

Work in both strapi plugins and strapi app.

🖐 Admin Installation

1. Add plugin dependency

yarn add -D eslint @strapi-community/eslint-config-admin

2. Add .eslintrc in the admin/src directory

{
  "extends": "@strapi-community/admin"
}

Work in both strapi admin plugins and strapi admin app.

✨ Usage

1. Add eslint script in the package.json file

{
  "scripts": {
    "eslint": "eslint ."
  }
}

2. Run yarn eslint

Contributing

I/We are actively looking for contributors, maintainers, and others to help shape this package. As this plugins sole purpose within the Strapi community is to be used by other developers and plugin maintainers to get fast responses time.

If interested please feel free to email the lead maintainer Sacha at: sacha@digisquad.io or ping stf#3254 on Discord.

License

See the LICENSE file for licensing information.

Keywords

FAQs

Package last updated on 05 Apr 2022

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