mirror of
https://github.com/pezkuwichain/pezkuwi-wasm.git
synced 2026-04-21 23:48:00 +00:00
14 lines
242 B
JavaScript
14 lines
242 B
JavaScript
// Copyright 2017-2026 @pezkuwi/wasm-crypto authors & contributors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
import baseConfig from '@pezkuwi/dev/config/eslint';
|
|
|
|
export default [
|
|
...baseConfig,
|
|
{
|
|
ignores: [
|
|
'mod.ts'
|
|
]
|
|
}
|
|
];
|