UNPKG

538 BJavaScriptView Raw
1/*---------------------------------------------------------------------------------------------
2* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3* See LICENSE.md in the project root for license terms and full copyright notice.
4*--------------------------------------------------------------------------------------------*/
5// kept only for backwards compatibility. Some people might use this instead of the plugin.
6module.exports = {
7 plugins: [
8 "@bentley"
9 ],
10 extends: "plugin:@bentley/imodeljs-recommended"
11}