@bentley/build-tools
Version:
Bentley build tools
12 lines (11 loc) • 538 B
JavaScript
/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
// kept only for backwards compatibility. Some people might use this instead of the plugin.
module.exports = {
plugins: [
"@bentley"
],
extends: "plugin:@bentley/imodeljs-recommended"
}