2.2.1 • Published 7 years ago

eslint-config-urbanladder v2.2.1

Weekly downloads
52
License
MIT
Repository
github
Last release
7 years ago

ESLint Config Urban Ladder

Travis npm (scoped) npm

This package provides Urbanladder's .eslintrc as an extensible shared config.

Installing

1. Install the package

yarn add eslint-config-urbanladder

2. Install peer dependencies

OSX / Linux users can simply run (replace npm with yarn if that's what you use)

(
  export PKG=eslint-config-urbanladder;
  npm info "$PKG@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs yarn add --dev "$PKG@latest"
)

Windows users will need to manually install peer dependencies stated in this project's package.json

Usage

To use the JavaScript style config, add this to your .eslintrc file:

{
  "extends": "urbanladder"
}

You can override settings from the shareable config by adding them directly into your .eslintrc file.

Uses

2.2.1

7 years ago

2.2.0

7 years ago

2.1.1

7 years ago

2.1.0

7 years ago

2.0.0

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago