1.4.2 • Published 4 months ago

@destination/eslint-config v1.4.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Destination ESLint Config

Defines a set of rules used by ESLint to enforce our JS/TS coding standards.

This configuration uses the AirBnb style guide with a few tweaks.

Installation

yarn add @destination/eslint-config eslint --dev

Usage

Add the following to your project's ruleset e.g. in package.json:

{
    "eslint": {
        "extends": "@destination/eslint-config"
    }
}

Run eslint as normal e.g.:

yarn eslint 'assets/**/*.{js,ts}'

License

Released under the MIT license

1.3.5

4 months ago

1.3.4

4 months ago

1.4.2

4 months ago

1.4.1

4 months ago

1.2.0

9 months ago

1.3.3

6 months ago

1.3.2

8 months ago

1.3.1

9 months ago

1.1.1

11 months ago

1.1.0

11 months ago

1.0.0

11 months ago