Socket
Socket
Sign inDemoInstall

tslint-enum-value-name-rule

Package Overview
Dependencies
49
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    tslint-enum-value-name-rule

TSLint rule to enforce PascalCasing in enum values


Version published
Maintainers
1
Install size
3.94 MB
Created

Readme

Source

tslint-enum-value-name-rule

It is a TSLint rule to enforce PascalCasing in enum names.

Installation

npm i -D tslint-enum-value-name-rule

In tslint.json config

{
  "extends": [
    "tslint-enum-value-name-rule"
  ],
  "rules": {
    "enum-value-name": true
  }
}

Keywords

FAQs

Last updated on 17 Jul 2019

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc