mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 02:08:03 +00:00
caa0ceea23
* 2025 * update License
9 lines
197 B
JavaScript
9 lines
197 B
JavaScript
// Copyright 2017-2025 @polkadot/ui-shared authors & contributors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
import baseConfig from '@polkadot/dev/config/eslint';
|
|
|
|
export default [
|
|
...baseConfig
|
|
];
|