1. tslint-config-standard
A TSLint config for JavaScript Standard Style
tslint-config-standard
Package: tslint-config-standard
Created by: blakeembrey
Last modified: Mon, 27 Jun 2022 22:38:58 GMT
Version: 9.0.0
License: Apache-2.0
Downloads: 173,556
Repository: https://github.com/blakeembrey/tslint-config-standard

Install

npm install tslint-config-standard
yarn add tslint-config-standard

TSLint Config Standard

NPM version
NPM downloads
Build status

A TSLint config for JavaScript Standard Style

Installation

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

Usage

In tslint.json:

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

P.S. Some TSLint rules require the use of --project to run.

Rules

Help

Many TSLint ESLint Rules are incomplete and can use your help!

License

Apache 2.0

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin