Socket
Socket
Sign inDemoInstall

tslint-config-guild

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-config-guild

Guild TSLint shared config


Version published
Maintainers
1
Created
Source

npm

Guild Education TypeScript Style

At Guild, our TypeScript style is based on JavaScript Standard Style with a few exceptions:

  • Function declarations should not have a space before the parentheses:
    function name (arg) { ... } // ✗ avoid
    function name(arg) { ... } // ✓ ok
    

Install

yarn add --dev tslint-config-guild

Usage

To use the Guild TypeScript Style config, first add tslint to your project:

yarn add --dev tslint

Then, add this to your tslint.json file:

{
  "extends": "tslint-config-guild"
}

FAQs

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