style-rules

Get a list of all style rules for ESLint or TSLint

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
style-rules
1.1.25 years ago5 years agoMinified + gzip package size for style-rules in KB

Readme

style-rules
Get a list of all style rules for ESLint or TSLint.

Build Status

Installation

npm install style-rules

Usage

const { eslintStyles, tslintStyles } = require('style-rules')

console.log(eslintStyles)
console.log(tslintStyles)

license

MIT © Saad Quadri