🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

eslint-config-godaddy

Package Overview
Dependencies
Maintainers
14
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-godaddy

Base ESLint config for consistent style in ES6 projects at GoDaddy.

8.0.2
latest
Source
npm
Version published
Weekly downloads
715
-33.36%
Maintainers
14
Weekly downloads
 
Created
Source

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',
  },
});

Keywords

godaddy

FAQs

Package last updated on 30 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts