Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@typescript-eslint/eslint-plugin-tslint

Package Overview
Dependencies
Maintainers
1
Versions
3308
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typescript-eslint/eslint-plugin-tslint

TSLint wrapper plugin for ESLint

  • 0.2.1-alpha.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
231K
increased by1.49%
Maintainers
1
Weekly downloads
 
Created
Source

ESLint Plugin TSLint

Travis GitHub license NPM Version NPM Downloads Commitizen friendly semantic-release greenkeeper.io

ESLint plugin wraps a TSLint configuration and lints the whole source using TSLint.

INSTALL

npm i -D eslint-plugin-tslint

USAGE

Configure in your eslint config file:

"plugins": [
    "tslint"
],
"rules": {
    "tslint/config": ["warn", {
        lintFile: '/* path to tslint.json of your project */',
        rules: { /* tslint rules (will be used if `lintFile` is not specified) */ },
        rulesDirectory: [ /* array of paths to directories with rules, e.g. 'node_modules/tslint/lib/rules' (will be used if `lintFile` is not specified) */ ]
    }],
}

RULES

Plugin contains only single rule tslint/config.

EXAMPLES

TSLint Plugins

Keywords

FAQs

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