@ghyston/eslint-config-ghyston-react
v3.0.0
Published
ESLint config defined by Ghyston. This config adds to the eslint-config-ghyston base config with React rules.
Readme
React Configuration
If your project uses React, you can extend the core configuration with this package.
Usage
npm install --save-dev eslint @ghyston/eslint-config-ghyston @ghyston/eslint-config-ghyston-react- Then add the following to your eslint config file (e.g.
eslint.config.mjs):
import ghyston from "@ghyston/eslint-config-ghyston";
import ghystonReact from "@ghyston/eslint-config-ghyston-react";
export default [...ghyston, ...ghystonReact];