1.1.0 • Published 5 years ago

@jakedeichert/eslint-config-create-app v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

@jakedeichert/eslint-config-create-app

An eslint config for create-app

This includes rules for both ES2016 and React.

Installation

yarn add --dev @jakedeichert/eslint-config-create-app

Extending

Update your .eslintrc.js file to extend the configs you want.

module.exports = {
  extends: '@jakedeichert/eslint-config-create-app'
};