1.1.1 • Published 2 years ago
@marolint/eslint-config-react v1.1.1
Installation
npm install --save-dev eslint prettier @marolint/eslint-config-reactUsage
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"]
}