eslint-config-rem

4.0.0 • Public • Published

ESLint config for 🌟rem🌟

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

/eslint-config-rem/

    Package Sidebar

    Install

    npm i eslint-config-rem

    Weekly Downloads

    760

    Version

    4.0.0

    License

    MIT

    Last publish

    Collaborators

    • rem