1.2.0 • Published 3 years ago

@ubermanu/eslint-config v1.2.0

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

@ubermanu/eslint-config

This is my personal eslint configuration.

Install

npm install eslint @ubermanu/eslint-config --save-dev

Usage

Add the following to your .eslintrc:

{
  "extends": "@ubermanu"
}

Format

npx eslint . --fix