1.0.8 • Published 3 years ago

@theedoran/eslint-config v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@theedoran/eslint-config

This package includes a sensible ESLint configuration.

It includes TypeScript and prettier configuration.

Usage

Installation

npm i -D @theedoran/eslint-config

Configuration

Create a .eslintrc.json file in the root of your project and extend the ESLint configuration, like this:

{
  "extends": "@theedoran/eslint-config"
}

License

This package is licensed under the MIT License.