Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
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 0 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
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.