Skip to content

This repo is a fork of create-react-app. Only modification is eslint integration has been removed from react-scripts.

License

Notifications You must be signed in to change notification settings

joserocha3/create-react-app-eslintless

 
 

Repository files navigation

Create React App ESLintless

This repo is a fork of create-react-app. Only modifications are eslint integration has been removed from react-scripts and babel-plugin-styled-components has been added to the react-scripts webpack config.

Package can be found on npm.

Installing

create-react-app my-app --scripts-version @nomoreanalog/react-scripts-eslintless

Features

  • No need to add SKIP_PREFLIGHT_CHECK=true to .env
  • Use any eslint setup you wish, airbnb or whatever
  • Better debugging with styled-components

License

(The MIT License)

Use this however and where ever you want.

Contributions

They are welcome, and encouraged.

About

This repo is a fork of create-react-app. Only modification is eslint integration has been removed from react-scripts.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.2%
  • Shell 1.3%
  • Other 0.5%