feat: add all @pezkuwi/wasm-crypto packages with bizinikiwi context

This commit is contained in:
2026-02-01 08:01:30 +03:00
parent c533e85807
commit b61206c14e
141 changed files with 17048 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
// Copyright 2017-2025 @pezkuwi/wasm-crypto authors & contributors
// SPDX-License-Identifier: Apache-2.0
import baseConfig from '@polkadot/dev/config/eslint';
export default [
...baseConfig,
{
ignores: [
'mod.ts'
]
}
];