prettylint-cli
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

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

/prettylint-cli/

    Package Sidebar

    Install

    npm i prettylint-cli

    Weekly Downloads

    0

    Version

    0.0.3

    License

    ISC

    Unpacked Size

    50.3 kB

    Total Files

    19

    Last publish

    Collaborators

    • peachest