3.2.0 • Published 7 years ago

eslint-config-signavio v3.2.0

Weekly downloads
6,383
License
MIT
Repository
github
Last release
7 years ago

eslint-config-signavio

This package provides the agreed-upon set of JavaScript linting rules for all JavaScript projects at Signavio. The rule set is based upon the linting rules employed at airbnb.

Installation

First install this package as a devDependency in your project.

npm install --save-dev eslint-config-signavio

or

yarn add -D eslint-config-signavio

After that create a .eslintrc.js file and add the following:

{
  "extends": "signavio"
}

Contributing

We encourage everybody to start discussions and file PRs with changes to this rule set. However please always make a good point, why you want to introduce a change. Simply "not liking" something doesn't count.

Changelog

See CHANGELOG.md

3.2.0

7 years ago

3.1.2

7 years ago

3.1.1

7 years ago

3.1.0

7 years ago

3.0.0

7 years ago

2.0.0

7 years ago

1.4.3

7 years ago

1.4.2

7 years ago

1.4.1

7 years ago

1.4.0

7 years ago

1.3.4

7 years ago

1.3.3

7 years ago

1.3.2

8 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago