Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

eC Scripts React Preset

Extends eC Scripts configuration with React support.

Quick Overview

This preset enables:

  • New ESLint rules
  • Babel support for React/JSX syntax
  • Webpack Hot Module Replacement
  • Jest with Enzyme
  • CSS Modules by default

Installation

Using eC CLI:

ec-cli init react

If you want to add this preset to an existing project, please read the eC Scripts installation guide.