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

ecentral/ec-scripts-preset-react

Repository files navigation

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.