Security News
RubyGems.org Adds New Maintainer Role
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.
@little-core-labs/eslint-config-12core
Advanced tools
A shareable eslint config for 12core projects.
npm i @little-core-labs/eslint-config-12core eslint --save-dev
Then create an .eslintrc.json
file in the root of your directory:
{
"extends": "@little-core-labs/eslint-config-12core"
}
Then run eslint on whatever code you want to lint:
eslint --ext .js esm/
Make the linting step part of your testing script.
@little-core-labs/eslint-config-12core
bundles standard + standard-jsx with additional consutomizations that work for all of us at little-core-labs.
Because we control the shareable config, the normally peer-dependent eslint plugins are actually included as transient dependencies, so that usage of this config is a lot more convenient (only 2 deps, instead if 5+).
If you would like to make rule changes, please submit a PR with some discussion with rational.
You should use an editor plugin so that you can see the warnings while working, and take advantage of auto formatting:
... please PR notes you have!
If you want to use the standard react plugin, follow these steps:
npm i @little-core-labs/eslint-config-12core eslint babel-eslint eslint-config-standard-react --save-dev
Create a .eslintrc.json
with the following.
{
"parser": "babel-eslint",
"extends": ["@little-core-labs/eslint-config-12core", "standard-react"]
}
eslint --ext .js esm/
FAQs
12Core Shareable eslint config
The npm package @little-core-labs/eslint-config-12core receives a total of 3 weekly downloads. As such, @little-core-labs/eslint-config-12core popularity was classified as not popular.
We found that @little-core-labs/eslint-config-12core demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
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.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.