eslint-config-godaddy

8.0.2 • Public • Published

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'
import { defineConfig } from 'eslint-define-config';

export default defineConfig({
  extends: [
    gdConfig,
  ],
  rules: {
    // Add your own rules here
    'no-console': 'warn',
  },
});

Package Sidebar

Install

npm i eslint-config-godaddy

Weekly Downloads

4,588

Version

8.0.2

License

MIT

Unpacked Size

7.63 kB

Total Files

5

Last publish

Collaborators

  • jpage
  • ibrandao
  • kinetifex
  • rxmarbles
  • kquerna
  • 3rdeden
  • jcrugzz
  • jgowdy
  • swaagie
  • jpina1-godaddy
  • mmason2
  • sgore-godaddy
  • samshull
  • indexzero