Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
eslint-plugin-data-force
Advanced tools
pnpm add --dev eslint-plugin-data-force
Create the file .eslint.json
in your root folder and add the following configuration, depending on your application or package.
You can use one or multiple of these, for example, in a React app that uses TypeScript and Jest, you'd use the following config:
{
"root": true,
"extends": [
"plugin:data-force/typescript",
"plugin:data-force/react",
"plugin:data-force/reacttsx",
"plugin:data-force/jest",
"plugin:data-force/recommended"
],
}
{
"extends": "plugin:data-force/recommended"
}
{
"extends": "plugin:data-force/typescript"
}
{
"extends": "plugin:data-force/react"
}
{
"extends": "plugin:data-force/reacttsx"
}
{
"extends": "plugin:data-force/jest"
}
{
"extends": "plugin:data-force/mocha"
}
FAQs
## Installation
The npm package eslint-plugin-data-force receives a total of 11 weekly downloads. As such, eslint-plugin-data-force popularity was classified as not popular.
We found that eslint-plugin-data-force demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.