
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
eslint-config-mns-core
Advanced tools
Default ESLint config of FEAR Core extending eslint:recommended
This repository contains the default linting configuration which is recommended to be used in any MNS projects.
It is very important to avoid cryptic runtime errors due to linting issues, followed by tedious, time consuming debugging.
Accommodating a common coding style using strict linting rules also helps us developers to understand others' code much quicker.
The default configuration extends the eslint:recommended
rules which can be found here. All rules marked as recommended are used, there are further rules added to the default Core config, take a look the common-config.js
for details.
There are three separate configurations exported as node modules:
The node
and browser
configurations extend the common
one, but all can be used as a shared config.
The node
configuration is intended to use in Node.js projects e.g. Gulp task implementation, whereas the browser
should be a baseline for browser based projects e.g. FEAR pages.
ESLint provides a way to create multiple shareable configurations which approach is used in this package.
In order to use the exposed configurations as defaults, first add the package to your project via:
$ npm install --save-dev mns-core-eslint-config
then the configurations will be available for extending in your own .eslintrc
// .eslintrc in your project's root
{
"extends": "mns-core/browser-config"
// override any rules here...
}
FAQs
Default ESLint config of FEAR Core extending eslint:recommended
The npm package eslint-config-mns-core receives a total of 14 weekly downloads. As such, eslint-config-mns-core popularity was classified as not popular.
We found that eslint-config-mns-core 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
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.