1.1.1 • Published 3 months ago

@marolint/eslint-config-react v1.1.1

Weekly downloads
-
License
-
Repository
-
Last release
3 months ago

Installation

npm install --save-dev eslint prettier @marolint/eslint-config-react

Usage

Add the following to your .eslintrc file:

{
  "extends": ["@marolint/eslint-config-react"]
}

And add the following to your .prettier.config.js file:

/** @type {import('prettier').Options} */
module.exports = {
  extends: ["@marolint/eslint-config-react/prettier.config"]
}