
Security News
Socket Integrates With Bun 1.3’s Security Scanner API
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
@strapi-community/eslint-config-admin
Advanced tools
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.
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.
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.
1. Add eslint
script in the package.json
file
{
"scripts": {
"eslint": "eslint ."
}
}
2. Run yarn eslint
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.
See the LICENSE file for licensing information.
FAQs
@strapi-community/eslint-config/admin
We found that @strapi-community/eslint-config-admin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Security News
Python 3.14 adds template strings, deferred annotations, and subinterpreters, plus free-threaded mode, an experimental JIT, and Sigstore verification.
Security News
Former RubyGems maintainers have launched The Gem Cooperative, a new community-run project aimed at rebuilding open governance in the Ruby ecosystem.