1.1.1 • Published 9 months ago

@octaved-flow/eslint-config v1.1.1

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

eslint config

This is a configuration for eslint

Usage

Installation with yarn:

$ yarn add @octaved-flow/eslint-config -D

Then create a .eslintrc file with the following content:

{
  "extends": "@octaved-flow/eslint-config"
}