Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 787 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 787 Bytes

eslint-config-udyux

An opinionated and portable eslint config.

Installation

$ npm install -D eslint-config-udyux
# or
$ yarn add -D eslint-config-udyux

Usage

Add udyux to the extends array in your .eslintrc.* file.

{
  extends: [
    // ...
    "udyux"
  ]
}

Don't forget that extended configs are merged in order, so the last entry takes precedence over the others in case of rule conflicts.

Documentation

Extended configs

This config extends the following configs:


Licensed under MIT