1.0.0 • Published 8 years ago

eslint-config-fireyy v1.0.0

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

ESLint config for fireyy

Work with:

Features

Install

$ yarn add eslint eslint-config-fireyy -D

Usage

In ESLint:

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

Or in XO:

{
  "xo": {
    "extends": "fireyy"
  }
}

Use Prettier

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

Lint code blocks in markdown

It uses eslint-plugin-markdown:

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