Skip to content

Bamblehorse/hey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸŽ‰ Hey - React boilerplate πŸŽ‰ code style: prettier Build Status

VS Code

Workspace settings

// Support using flow through your node_modules folder, WARNING: Checking this box is a security risk. When you open a project we will immediately run code contained within it.
"flow.useNPMPackagedFlow": true,
// Enable/disable JavaScript validation. (For Flow)
"javascript.validate.enable": false
// Enable/disable default JavaScript formatter (For Prettier)
"javascript.format.enable": false,
// Use 'prettier-eslint' instead of 'prettier'. Other settings will only be fallbacks in case they could not be inferred from eslint rules.
"prettier.eslintIntegration": true

Plugins

  • ESLint
  • Prettier JavaScript Formatter
  • Flow Language Support
  • Babel ES6/ES7

Flow

Start:

npx flow start

Stop:

npx flow stop

Guide

https://medium.com/@sgroff04/configure-eslint-prettier-and-flow-in-vs-code-for-react-development-c9d95db07213

Create React App

This project was bootstrapped with Create React App.

Below you will find some information on how to perform common tasks.
You can find the most recent version of this guide here.

About

πŸŽ‰ React boilerplate - flow / prettier / babel / eslint πŸŽ‰

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published