Socket
Book a DemoInstallSign in
Socket

eslint-plugin-proposal-class

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-proposal-class

This package is migrated to eslint-plugin-proposal(https://github.com/peakchen90/eslint-plugin-proposal)

1.1.6
latest
npmnpm
Version published
Maintainers
1
Created
Source

eslint-plugin-proposal-class

npm (tag) Travis (.org) branch node npm peer dependency version npm GitHub

some rules for proposal class. eg: class property.

This package is migrated to eslint-plugin-proposal, please use eslint-plugin-proposal instead of eslint-plugin-proposal-class.

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-proposal-class:

$ npm install eslint-plugin-proposal-class --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-proposal-class globally.

Usage

Add proposal-class to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
  "plugins": [
    "proposal-class"
  ]
}

Then configure the rules you want to use under the rules section.

{
  "rules": {
    "proposal-class/class-property-space-infix-ops": "error"
  }
}

List of supported rules

Shareable configurations

This plugin exports a recommended configuration.

To enable this configuration use the extends property in your .eslintrc config file:

{
  "extends": [
    "plugin:proposal-class/recommended"
  ]
}

The rules enabled in this configuration are:

Keywords

eslint

FAQs

Package last updated on 19 Apr 2019

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.