eslint-config-ulivz

1.0.0 • Public • Published

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"]
  }
}

Readme

Keywords

Package Sidebar

Install

npm i eslint-config-ulivz

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • toxichl