Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
eslint-config-wiremore
Advanced tools
A shared ESLint configuration by [wiremore](https://www.wiremore.com). Rules are carefully selected to be as restrictive as necessary but no more. This config aims to cause as much consistency as possible in a codebase while keeping the code readable even
A shared ESLint configuration by wiremore. Rules are carefully selected to be as restrictive as necessary but no more. This config aims to cause as much consistency as possible in a codebase while keeping the code readable even for not-so-experienced developers.
Get started by running this command in the root of your project:
npm install --save-dev eslint eslint-config-wiremore
or
yarn add --dev eslint eslint-config-wiremore
Afterwards install all peerDependencies into your project:
npx install-peerdeps --dev eslint-config-wiremore
or:
(
export PKG=eslint-config-wiremore;
npm info "$PKG@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save-dev "$PKG@latest"
)
Then add an .eslintrc.json
file to the root of your project before running the eslint command, with the following:
{
"extends": ["wiremore"]
}
Optionally you can also add linting for React/JSX:
{
"extends": ["wiremore", "wiremore/react"]
}
If you want to use TypeScript, that's fine, we got you covered:
{
"extends": ["wiremore", "wiremore/react", "wiremore/typescript"]
}
For more information see: http://eslint.org/docs/user-guide/configuring
FAQs
A shared ESLint configuration by [wiremore](https://www.wiremore.com). Rules are carefully selected to be as restrictive as necessary but no more. This config aims to cause as much consistency as possible in a codebase while keeping the code readable even
The npm package eslint-config-wiremore receives a total of 282 weekly downloads. As such, eslint-config-wiremore popularity was classified as not popular.
We found that eslint-config-wiremore 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.