0.0.1 • Published 2 years ago

@renya/eslint-config-react v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

@renya/eslint-config-react

Installation

$ pnpm add -D @renya/eslint-config-react

Usage

.eslintrc.js

module.exports = {
  extends: ["@renya/react"],
};
{
  "scripts": {
    "lint": "eslint --ext .tsx,.jsx" // or eslint .
  }
}

Introduction

- "@renya/base"
- "plugin:react/recommended"
- "plugin:react-hooks/recommended"
- "plugin:jsx-a11y/recommended"
- "plugin:prettier/recommended"