mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-21 23:47:58 +00:00
9 lines
191 B
JavaScript
9 lines
191 B
JavaScript
// Copyright 2017-2023 @polkadot/dev authors & contributors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
import baseConfig from '@polkadot/dev/config/eslint';
|
|
|
|
export default [
|
|
...baseConfig
|
|
];
|