Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 537 Bytes

File metadata and controls

26 lines (18 loc) · 537 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-typescript --save-dev

Usage

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

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