Skip to content
This repository has been archived by the owner on Feb 14, 2019. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 599 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 599 Bytes

eC Scripts React Preset

Extends eC Scripts configuration with React support.

⚠ THIS REPO IS DEPRECATED. Please use the multi-package repo at ecentral-scripts. ⚠

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.