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!
# Default with ES6
npm i eslint-config-godaddy --save-dev
import gdConfig from 'eslint-config-godaddy'
const config = [{
...gdConfig
{
// Other eslint options here
}
}]