New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@codibly/tslint-rules

Package Overview
Dependencies
Maintainers
4
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codibly/tslint-rules

TS Lint Rules for Codibly coding standards

  • 0.0.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
4
Weekly downloads
 
Created
Source

tslint-rules

Npm version

TS Lint Rules for Codibly coding standards

Instalation

This module is available as a NPM package.

npm install --save-dev tslint @codibly/tslint-rules

Usage

To use this rules you have to extend it in your tslint.json file.

{
  "extends": [
    "@codibly/tslint-rules"
  ],
  "rules": {
    "cbl-no-side-effect-function": true
  }
}

Rules

RuleDescription
cbl-no-side-effect-functionChecks if functions doesn't have common side effect expressions.

License

MIT

Keywords

FAQs

Package last updated on 25 Jan 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

  • 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