1.0.0 • Published 8 years ago

eslint-config-ulivz v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

ESLint config for ulivz

This config is supposed to work with XO or eslint-config-xo.

modified from eslint-config-rem

Features

Install

$ npm install -D eslint eslint-config-rem

Usage

In ESLint:

{
  "eslintConfig": {
    "extends": ["xo/esnext", "rem"]
  }
}

Or in XO:

{
  "xo": {
    "extends": "rem"
  }
}

Use Prettier

{
  "xo": {
    "extends": "rem/prettier"
  }
}

Lint code blocks in markdown

It uses eslint-plugin-markdown:

{
  "xo": {
    "extensions": ["md"]
  }
}