UNPKG
@nlindley/eccrypto
Version:
latest (4.0.0)
4.0.0
3.0.0
2.0.1
2.0.0
JavaScript Elliptic curve cryptography library
github.com/nlindley/eccrypto
nlindley/eccrypto
@nlindley/eccrypto
/
.eslintrc.cjs
12 lines
(11 loc)
•
182 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
module.exports
=
{
extends:
[
"eslint:recommended"
,
"prettier"
],
parserOptions:
{
ecmaVersion:
"latest"
, },
env:
{
node:
true
,
mocha:
true
,
es6:
true
, }, }
;