Skip to content

udyux/eslint-config-udyux

Repository files navigation

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

About

An opinionated and portable eslint config.

Resources

License

Stars

Watchers

Forks

Packages

No packages published