8.0.0 • Published 6 months ago

eslint-config-godaddy v8.0.0

Weekly downloads
288
License
MIT
Repository
github
Last release
6 months ago

eslint-config-godaddy

Base configuration for non-React, JavaScript applications officially used at GoDaddy.

This styleguide is used by dozens of product teams at GoDaddy. Have a question or comment? Open an issue!

Installation

# Default with ES6
npm i eslint-config-godaddy --save-dev

Usage

import gdConfig from 'eslint-config-godaddy'

const config = [{
  ...gdConfig
  {
    // Other eslint options here
  }
}]