mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-22 21:58:03 +00:00
7728f1fa9f
* Update all.json * Update .prettierrc.cjs * Update eslint.config.js * Update additions.spec.ts
9 lines
196 B
JavaScript
9 lines
196 B
JavaScript
// Copyright 2017-2025 @polkadot/phishing authors & contributors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
import baseConfig from '@polkadot/dev/config/eslint';
|
|
|
|
export default [
|
|
...baseConfig
|
|
];
|