@destination/eslint-config

1.4.2 • Public • Published

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.4.236latest

Version History

VersionDownloads (Last 7 Days)Published
1.4.236
1.4.11
1.3.51
1.3.41
1.3.34
1.3.25
1.3.11
1.2.01
1.1.12
1.1.01
1.0.01

Package Sidebar

Install

npm i @destination/eslint-config

Weekly Downloads

54

Version

1.4.2

License

MIT

Unpacked Size

4.13 kB

Total Files

4

Last publish

Collaborators

  • andypalmer-wearedestination.com