Code Monkey home page Code Monkey logo

tslint-config-standard-plus's Introduction

TSLint Config Standard Plus ๐Ÿ

CI npm npm npm JavaScript Style Guide

A TSLint config for JavaScript Standard Style with a plus of useful rules.

โš ๏ธ TSLint is deprecated but not this repository for "now". More details at https://github.com/palantir/tslint.

TSLint Config Standard Plus contains a JavaScript Standard Style rules as well as a set of additional rules that will help you with syntactic & semantic checks of your TypeScript code in development.

Features

Config Standard Plus Legacy

Optional tslint config (tslint.legacy.json) that extends from default tslint.json but with additional rules overwritten:

  • Enforce consistent spaces like the default config.
  • Enforce "double" quotes instead of 'single' ones.
  • Enforce 4 space indentation instead of 2.

Rules

This repo exists thanks to these awesome TSLint config projects listed below ๐ŸŽ‰

๐Ÿš€ See all rules in tslint.json file and examples at Printd or Hyperapp Starter source code.

Formatter

Many of the rules set include formatting feature built-in. This repository contains a VS Code User Workspace pre-configured that you can use in order to gain all rule sets benefits just saving your files (ctrl/cmd + S).

For more details, take a look at .vscode directory.

Install

Yarn

yarn add tslint-config-standard-plus --dev

NPM

npm install tslint-config-standard-plus --save-dev

Usage

Setup your tslint.json in your project as follow:

Config Standard Plus (default)

{
  "extends": "tslint-config-standard-plus"
}

Config Standard Plus Legacy (optional)

{
  "extends": "tslint-config-standard-plus/tslint.legacy"
}

Overwrite rules

To overwrite some specific rules add "rules" section after "extends" in your tslint.json file.

{
  "extends": "tslint-config-standard-plus",

  "rules": {
    "no-any": false
  }
}

Recommendations

Contributions

Feel free to send some Pull request or issue.

License

MIT license

ยฉ 2018-present Jose Quintana

tslint-config-standard-plus's People

Contributors

blakeembrey avatar burtharris avatar dependabot-preview[bot] avatar eordano avatar greenkeeper[bot] avatar greenkeeperio-bot avatar joseluisq avatar mdurling avatar menduz avatar nn--- avatar oojacoboo avatar schickling avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.