UNPKG

@locker/eslint-config-locker

Version:
9 lines (7 loc) 263 B
/* * 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');