Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-mycs

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-mycs

Eslint config to use over all mycs projects

  • 2.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
3
Weekly downloads
 
Created
Source

eslint-config-mycs

Build Status npm Code Style semantic-release

This package provides mycs's eslint rules as an extensible shared config.

To install

  1. Install shared config npm install --save-dev eslint-config-mycs.
  2. Install peerDependencies
(
  export PKG=eslint-config-mycs;
  npm info "$PKG@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save-dev "$PKG@latest"
)
  1. Create a .eslintrc.js file and make sure that it contains the following:
module.exports = {
  "extends": "mycs",
  "rules": {
    "require-jsdoc": "warn"
  }
}

This will allow you to use the mycs eslint configuration and extend it with your own eslint configuration parameters.

Whenever editing the rules

Should you update the linting rules, please run the following command:

npm version minor

Keywords

FAQs

Package last updated on 03 May 2017

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc