1.1.1 • Published 4 months ago

eslint-config-react-alexpagnotta v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Alex Pagnotta's Eslint React Config

Eslint configuration for all my personal projects based on react.

Installation

To install it on your project, you can simply run npm install --save-dev eslint-config-react-alexpagnotta. Once installed you can just import it in your .eslintrc.js file:

module.exports = {
  extends: ["@alexpagnotta/eslint-config-react"],
  ...
};
1.1.1

4 months ago

1.1.0

4 months ago

1.0.1

4 months ago

1.0.0

4 months ago