Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
eslint-config-recombix
Advanced tools
An awesome ESLint configuration for writing solid, quality code in Node.js and the browser.
An awesome ESLint configuration for writing solid, quality code in Node.js and the browser.
This module exists to help developers to write code that is understandable and easy to maintain. The linting rules are deliberately opinionated to encourage developers to write code that is easy to read, easy to reason about, and easy to understand for newcomers.
The module will be kept up-to-date with the latest ECMAScript standards in line with the functionality that Node.js supports. If you wish to use this config whilst developing for legacy browsers it's recommended you use a transpiler such as Babel to convert your code from ES2015+ to ES5.
Add the following development dependencies into your project's package.json:
"devDependencies": {
"babel-eslint": "latest",
"eslint": "latest",
"eslint-config-recombix": "latest",
"eslint-config-vue": "latest",
"eslint-plugin-disable": "latest",
"eslint-plugin-filenames": "latest",
"eslint-plugin-html": "latest",
"eslint-plugin-json": "latest",
"eslint-plugin-node": "latest",
"eslint-plugin-promise": "latest",
"eslint-plugin-vue": "latest"
},
You should also set the Node version you plan to use for your project, for example:
"engines": {
"node" : ">=7.5 < 8.0" // <-- Example!
}
FAQs
An awesome ESLint configuration for writing solid, quality code in Node.js and the browser.
The npm package eslint-config-recombix receives a total of 4 weekly downloads. As such, eslint-config-recombix popularity was classified as not popular.
We found that eslint-config-recombix demonstrated a not healthy version release cadence and project activity because the last version was released 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
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.