Files
wasm/eslint.config.js
Tarik Gul 65286fb3ec
Some checks failed
Lock Threads / lock (push) Has been cancelled
Set headers to 2026 (#609)
2026-03-13 01:32:10 +02:00

14 lines
244 B
JavaScript

// Copyright 2017-2026 @polkadot/wasm-crypto authors & contributors
// SPDX-License-Identifier: Apache-2.0
import baseConfig from '@polkadot/dev/config/eslint';
export default [
...baseConfig,
{
ignores: [
'mod.ts'
]
}
];