Socket
Socket
Sign inDemoInstall

@coorpacademy/eslint-plugin-coorpacademy

Package Overview
Dependencies
Maintainers
24
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coorpacademy/eslint-plugin-coorpacademy

Common ESLint config for Coorpacademy projects


Version published
Weekly downloads
697
decreased by-88.3%
Maintainers
24
Weekly downloads
 
Created
Source

Coorpacademy ESLint plugin

npm travis License: MIT

CoorpAcademy's ESLint rules and configs.

Installation

npm install --save-dev eslint @coorpacademy/eslint-plugin-coorpacademy

Usage

This package provides multiple configuration for different purposes, that you can apply together in you project as needed. To use them, set the extends key of your .eslintrc file and add @coorpacademy/coorpacademy to your list of plugins.

{
  "extends": [
    "plugin:@coorpacademy/coorpacademy/core",
    "plugin:@coorpacademy/coorpacademy/mocha",
    "plugin:@coorpacademy/coorpacademy/ava",
    "..."
  ],
  "plugins": [
    "@coorpacademy/coorpacademy"
  ]
}

Available rule sets are:

  • ava: Rules for when using AVA
  • core: Shared ESLint rules
  • es20XX: Rules for when using ES2015+ syntax
  • flowtype: Rules for when using Flowtype
  • lodash-fp: Rules for when using Lodash's FP flavor
  • mocha: Rules for when using Mocha
  • prettier: Disables all stylistic rules but adds source code auto-formatting.
  • react: Rules for when using React

FAQs

Package last updated on 30 Oct 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

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