fsgen

2.2.4 • Public • Published

Introduction

Add eslint prettier and code auto-format at precommit hooks for your app(include typescript), react and scss default.

Installtion

yarn global add fsgen
npm i fsgen -g

Usage

// Not in the project folder
fsgen my-app

// In the project folder
fsgen

// Use yarn instead of npm
fsgen -y

// Add config for typescript
fsgen -t

// Add config for cra
fsgen -c

// Show help
fsgen -h

// Show version
fsgen -V

Then you folder will add some files, such as .eslint.js, .eslintignore, .editorconfig, .stylelintrc.js, and package.json will be modified.

We will add some node_modules, such as lint-staged husky commitizen prettier eslint-config-prettier eslint-plugin-prettier.

vscode-eslint configuration

https://github.com/microsoft/vscode-eslint

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i fsgen

    Weekly Downloads

    0

    Version

    2.2.4

    License

    ISC

    Unpacked Size

    4.72 kB

    Total Files

    3

    Last publish

    Collaborators

    • lwei