
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@moxy/eslint-config-core
Advanced tools
MOXY eslint core configuration to be used by eslint base configurations
MOXY eslint core configuration to be used by eslint base configurations.
❗️ IMPORTANT: This package is not meant to be used directly in your projects.
$ npm install --save-dev eslint @moxy/eslint-config-core
Create a .eslintrc.json
file in the project root using a base configuration and addons.
You need to choose the base configuration to use:
es6
- The configuration to be used in ECMAScript 6 based projects (aka 2015)es7
- The configuration to be used in ECMAScript 7 based projects (aka 2016)es8
- The configuration to be used in ECMAScript 8 based projects (aka 2017)es9
- The configuration to be used in ECMAScript 9 based projects (aka 2018)es10
- The configuration to be used in ECMAScript 10 based projects (aka 2019)es11
- The configuration to be used in ECMAScript 10 based projects (aka 2020)Example:
{
"root": true,
"extends": [
"@moxy/eslint-config-core/es9",
]
}
This package also currently provides one shared functionality:
You can directly access shared functionality provided by this package.
{
"root": true,
"extends": [
"@moxy/eslint-config-core/lib/test-patterns",
]
}
FAQs
MOXY eslint core configuration to be used by eslint base configurations
The npm package @moxy/eslint-config-core receives a total of 0 weekly downloads. As such, @moxy/eslint-config-core popularity was classified as not popular.
We found that @moxy/eslint-config-core demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 22 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 Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.