
Product
Introducing Socket Fix for Safe, Automated Dependency Upgrades
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.
@limetech/eslint-config
Advanced tools
Reusable lint rules for use in other packages.
Install using npm:
npm i -D @limetech/eslint-config
Then put a file called .eslintrc.js
in your package root, with the following
content:
/* eslint-env node */
module.exports = {
extends: ['@limetech/eslint-config'],
};
Then either copy the file at node_modules/@limetech/eslint-config/.prettierrc
to your package root, or create a symlink called .prettierrc
in the package
root, pointing to node_modules/@limetech/eslint-config/.prettierrc
.
Finally, add a script for running eslint to your package.json
, for example:
{
…
"scripts": {
"lint": "eslint \"**/*.{ts,tsx,js}\" --max-warnings=0",
"lint:fix": "eslint \"**/*.{ts,tsx,js}\" --fix --max-warnings=0"
},
}
You can then use npm run lint
in your CI workflows, as it will fail on any
warnings or errors. On your own machine, you would typically run
npm run lint:fix
instead, to have eslint automatically fix as many of the
problems as possible, and only output warnings or errors for problems that
cannot be fixed automatically.
FAQs
Reusable lint rules for use in other packages.
The npm package @limetech/eslint-config receives a total of 2 weekly downloads. As such, @limetech/eslint-config popularity was classified as not popular.
We found that @limetech/eslint-config demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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.
Product
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.
Security News
CISA denies CVE funding issues amid backlash over a new CVE foundation formed by board members, raising concerns about transparency and program governance.
Product
We’re excited to announce a powerful new capability in Socket: historical data and enhanced analytics.