1.1.8 • Published 9 months ago

eslint-config-goldfire v1.1.8

Weekly downloads
1
License
MIT
Repository
github
Last release
9 months ago

eslint-config-goldfire

ESLint shareable config for the GoldFire Studios JavaScript style guide (ES2015+ version).

Installation

npm install --save-dev eslint eslint-config-goldfire eslint-config-airbnb-base eslint-plugin-html eslint-plugin-import eslint-plugin-jsdoc eslint-plugin-vue

Usage

Once the eslint-config-goldfire package is installed, you can use it by specifying goldfire in the extends section of your ESLint configuration.

{
  "extends": "goldfire",
  "rules": {
    // Additional, per-project rules...
  }
}

License

Copyright (c) 2018 James Simpson and GoldFire Studios, Inc.

Released under the MIT License.

1.1.8

9 months ago

1.1.7

1 year ago

1.1.6

2 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

7 years ago

1.0.0

7 years ago