Skip to content

Files

26 lines (18 loc) · 515 Bytes
·

File metadata and controls

26 lines (18 loc) · 515 Bytes
·

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-react --save-dev

Usage

import gdConfig from 'eslint-config-godaddy-react'

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