UNPKG

eslint-config-godaddy

Version:

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

9 lines (7 loc) 146 B
import GDConfig from './index.js'; import { defineConfig } from 'eslint/config'; export default defineConfig({ extends: [ GDConfig ] });