UNPKG
siwe-recap
Version:
alpha (0.0.2-alpha.0)
latest (0.0.1-alpha.0)
0.0.2-alpha.0
0.0.1-alpha.0
A Typescript implementation of EIP-5573 utilities
siwe-recap
/
.eslintrc
12 lines
(11 loc)
•
255 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"root"
: true,
"parser"
:
"
@typescript
-eslint/parser"
,
"plugins"
: [
"
@typescript
-eslint"
],
"extends"
: [
"eslint:recommended"
,
"plugin:
@typescript
-eslint/eslint-recommended"
,
"plugin:
@typescript
-eslint/recommended"
,
"prettier"
] }