0.0.1 • Published 5 years ago

eslint-config-sherry v0.0.1

Weekly downloads
313
License
MIT
Repository
github
Last release
5 years ago

ESLint config for 🍷Sherry🍷

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

Features

Install

yarn add -D eslint-config-sherry
# OR: npm install -D eslint eslint-config-sherry

Usage

In ESLint:

/* package.json */
{
  "eslintConfig": {
    "extends": ["xo/esnext", "sherry"]
  }
}

Or in XO:

/* package.json */
{
  "xo": {
    "extends": "sherry"
  }
}

Use Prettier

/* package.json */
{
  "xo": {
    "extends": "sherry/prettier"
  }
}

Lint code blocks in markdown

It uses eslint-plugin-markdown:

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

Author

Sherry © Sherry Team, Released under the MIT License. Authored and maintained by ULIVZ with help from contributors (list).