Skip to content

egoist/eslint-config-rem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

ESLint config for rem (a.k.a. egoist).

Resources

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published