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": {
}
}
License
Copyright (c) 2018 James Simpson and GoldFire Studios, Inc.
Released under the MIT License.