2.2.1 • Published 8 months ago

@devsht/eslint-config v2.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

@devsht/eslint-config

Reusable, fairly strict eslint config with TypeScript & React support

Installation

npm i -D @devsht/eslint-config

or

yarn add --dev @devsht/eslint-config

Usage

Create a .eslintrc.js and add this package to the extends array.

module.exports = {
  extends: ["@devsht/eslint-config"]
};