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

tslint-sitepen

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tslint-sitepen

TSLint rules used by SitePen

  • 5.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

SitePen TSLint Rules

A collection of TSLint rules used on SitePen projects

Linting Files

tslint.json

These are the standard linting rules we use on TypeScript projects

tslint-dojo1.json

These rules are used when writing Dojo 1 projects in TypeScript

Usage

TSLint has a great reference for creating Sharable Configuration and Rules

Here's a quick start:

npm install tslint tslint-sitepen --save-dev

create a tslint.json file that extends from tslint-sitepen and add your own rules

{
    "extends": "tslint-sitepen",
    "rules": {
        "no-addition": true
    }
}

FAQs

Package last updated on 15 Feb 2018

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