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-love
Advanced tools
eslint config made with love with:
install the require dependencies, you can do that by running the following command:
npm install eslint eslint-config-love --save-dev
then create a .eslintrc file in your root folder and add the following to it:
{
"extends": "love"
}
apm install linter linter-ui-default linter-eslint
See RULES.md
If you disagree with a rule, you can modify the .eslintrc to override anyrules provided in this config, lets say you want to use spaces instead of tabs, you can simply add the following rule to .eslintrc
"rules": {
"indent": ["error", "2"]
}
So your .eslintrc file looks like this now:
{
"extends": "love",
"rules": {
"indent": ["error", "2"]
}
}
Everyone is welcome to contribute to the project, make editor plugins and so on.
Noteworthy Projects:
FAQs
A TypeScript ESLint config that loves you
The npm package eslint-config-love receives a total of 53,897 weekly downloads. As such, eslint-config-love popularity was classified as popular.
We found that eslint-config-love demonstrated a healthy version release cadence and project activity because the last version was released less than 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.