Skip to content
/ fsgen Public

Add eslint and code auto-format at precommit hooks for your react app

Notifications You must be signed in to change notification settings

justb/fsgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Add eslint and code auto-format at precommit hooks for your react app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published