eslint-config-goldfire

1.1.6 • Public • Published

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.

/eslint-config-goldfire/

    Package Sidebar

    Install

    npm i eslint-config-goldfire

    Weekly Downloads

    1

    Version

    1.1.6

    License

    MIT

    Unpacked Size

    6.04 kB

    Total Files

    4

    Last publish

    Collaborators

    • goldfire