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