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

@intellihr/standard-tslint

Package Overview
Dependencies
Maintainers
7
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@intellihr/standard-tslint

intelliHR Standard Code Style for TSLint

  • 2.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
7
Created
Source

standard-tslint

@intellihr/standard-tslint

intelliHR Standard Code Style for TSLint (TypeScript)

Getting Started

  1. Install required packages

    yarn add --dev @intellihr/standard-tslint tslint tslint-config-prettier tslint-react
    
    # or
    
    npm install --dev @intellihr/standard-tslint tslint tslint-config-prettier tslint-react
    
  2. Create tslint.json in your project

    {
      "extends": ["@intellihr/standard-tslint"]
    }
    
    
  3. You can modify the configs to suit your project

    {
      "extends": ["@intellihr/standard-tslint"],
      "linterOptions": {
        "exclude": [
          "config/**/*.js",
          "node_modules/**/*.ts"
        ]
      }
    }
    

CI & Release

Create PR against master. A new version of standard-tslint will be released after the PR is merged.

Useful Commands

Lint

yarn lint

Keywords

FAQs

Package last updated on 22 Mar 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