UNPKG
yescrypt-wasm
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
WebAssembly module for Yescrypt
github.com/cpuchain/yescrypt-js
cpuchain/yescrypt-js
yescrypt-wasm
/
eslint.config.mjs
5 lines
(3 loc)
•
134 B
JavaScript
View Raw
1
2
3
4
5
import
tseslint
from
'typescript-eslint'
;
import
{ getConfig }
from
'@cpuchain/eslint'
;
export
default
tseslint.
config
(
getConfig
());