0.0.14 • Published 2 years ago

@humanoids/eslint-config v0.0.14

Weekly downloads
6
License
ISC
Repository
github
Last release
2 years ago

@humanoids/eslint-config

The Humanoids ESLint configuration for React and TypeScript.

Usage

Install:

$ npm i --save-dev eslint

$ npm i --save-dev eslint-plugin-react-hooks

$ npm i --save-dev @humanoids/eslint-config

Create .eslintrc.js

module.exports = {
  extends: "@humanoids/eslint-config"
};