🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

eslint-config-crowdriff

Package Overview
Dependencies
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-crowdriff

ESLint config for crowdriff

2.0.1
latest
npm
Version published
Weekly downloads
19
375%
Maintainers
3
Weekly downloads
 
Created
Source

CrowdRiff eslint config

Usage

yarn add --dev eslint-config-crowdriff

To use this eslint config, extend it in your local .eslintrc.js file:

module.exports = {
  extends: ['eslint-config-crowdriff/core']
};

To get auto fixing working with VS Code, install the eslint extension and add the following to your settings.json file:

{
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
  }
}

FAQs

Package last updated on 22 Aug 2023

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