/*
* Copyright (c) 2020, salesforce.com, inc.
*/// Re-exporting the base configuration as the default config so you can omit// the configuration name in the .eslintrc, i.e.// { "extends": "@locker/eslint-config-locker" }module.exports = require('./base');