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

@raisin/eslint-config-raisin

Package Overview
Dependencies
Maintainers
21
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@raisin/eslint-config-raisin

ESLint config to share across Raisin JS/TS projects

  • 2.2.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
5
decreased by-16.67%
Maintainers
21
Weekly downloads
 
Created
Source

eslint-config-raisin

This package provides Raisin's ESLint rules as an extensible shared config.

To install

  1. Install shared config npm install --save-dev @raisin/eslint-config-raisin.

  2. Create a .eslintrc.js file and make sure that it contains the following:

module.exports = {
  "extends": "@raisin/raisin",
  "rules": {
    "require-jsdoc": "warn"
  }
}

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

Keywords

FAQs

Package last updated on 25 Mar 2021

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