prettylint-cli
v0.0.3
Published
A cli for generating collision-freed configuration of editorconfig, prettier, eslint and typescript-eslint
Downloads
1
Readme
generator-prettierlint
description
Are you confused about configuring editorconfig, prettier, eslint, or even typescript-eslint together without collision.
generator-prettierlint is a yeoman generator for creating collision-free configuration for the above-mentioned
Usage
First, install yeoman and prettierlint generator
npm i -g yo generators-prettierlint
or you can clone the registry to local and link it as a global npm package
git clone https://github.com/peachest/generator-prettierlint.git
cd generators-prettierlint
npm link
then you can use this generator for you project
npm init # init your project as an npm package
yo prettierlint