4.0.0 β€’ Published 6 years ago

eslint-config-rem v4.0.0

Weekly downloads
162
License
MIT
Repository
github
Last release
6 years ago

ESLint config for 🌟rem🌟

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

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

6 years ago

3.2.2

6 years ago

3.2.1

6 years ago

3.2.0

7 years ago

3.1.0

7 years ago

3.0.1

7 years ago

3.0.0

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

8 years ago