Security News
Introducing the Socket Python SDK
The initial version of the Socket Python SDK is now on PyPI, enabling developers to more easily interact with the Socket REST API in Python projects.
eslint-config-artisan
Advanced tools
eslint-config-artisan
An opinionated ESLint configuration for artisans
This configuration is based on @antfu/eslint-config
with some notable differences.
type
and interface
interchangeably for type definitionsInstall the package in your project.
# npm
npm i -D eslint-config-artisan
# pnpm
pnpm add -D eslint-config-artisan
# yarn
yarn add -D eslint-config-artisan
Add it to your .eslintrc
file.
{
"extends": "artisan"
}
Add some scripts to your package.json
.
{
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint --fix ."
}
}
FAQs
An opinionated ESLint configuration for artisans
The npm package eslint-config-artisan receives a total of 544 weekly downloads. As such, eslint-config-artisan popularity was classified as not popular.
We found that eslint-config-artisan demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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
The initial version of the Socket Python SDK is now on PyPI, enabling developers to more easily interact with the Socket REST API in Python projects.
Security News
Floating dependency ranges in npm can introduce instability and security risks into your project by allowing unverified or incompatible versions to be installed automatically, leading to unpredictable behavior and potential conflicts.
Security News
A new Rust RFC proposes "Trusted Publishing" for Crates.io, introducing short-lived access tokens via OIDC to improve security and reduce risks associated with long-lived API tokens.