clean-up-your-code

the eslint react preset of mine

Downloads
108
Stars
1
Committers
1

clean up your code

A small attempt of mine to simplier development of the multiple packages and keeps its quality on the certain level.

Preface

The name was inspired by the book React Design Patterns and Best Practices by Michele Bertoli.

Table of contents

Summary on various topics to save time in future.

Lint the code

Bundle code

We tend to write modular code. In this way we split application's logic between modules. But to make it work in the web, we need to know how to concat those modules into single file and what tools are good for that.

Package Rankings
Top 9.84% on Npmjs.org
Related Projects