eslint-config-goldfire

GoldFire Studios standard ESLint config.

Usage no npm install needed!

<script type="module">
  import eslintConfigGoldfire from 'https://cdn.skypack.dev/eslint-config-goldfire';
</script>

README

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.