3.0.2 • Published 4 years ago

eslint-config-udyux v3.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

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

3.0.2

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.2.4

5 years ago

2.2.3

5 years ago

2.2.1

5 years ago

2.2.2

5 years ago

2.2.0

5 years ago

2.1.0

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.4

5 years ago

2.0.1

5 years ago

1.2.5

6 years ago

1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.12

6 years ago

1.1.11

6 years ago

1.1.10

7 years ago

1.1.9

7 years ago

1.1.8

7 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago