eslint-config-sherry

0.0.1 • Public • Published

ESLint config for 🍷Sherry🍷

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).

Readme

Keywords

Package Sidebar

Install

npm i eslint-config-sherry

Weekly Downloads

179

Version

0.0.1

License

MIT

Unpacked Size

4.12 kB

Total Files

4

Last publish

Collaborators

  • ulivz