UNPKG
@datadome/fraud-sdk-node
Version:
latest (2.1.1)
2.1.1
2.1.0
2.0.1
2.0.0
1.1.3
1.1.2
1.1.1
1.1.0
Fraud Protection - Node.js SDK
github.com/DataDome/fraud-sdk-node
@datadome/fraud-sdk-node
/
eslint.config.mjs
10 lines
(7 loc)
•
187 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
// @ts-check
import
eslint
from
'@eslint/js'
;
import
tseslint
from
'typescript-eslint'
;
export
default
tseslint.
config
( eslint.
configs
.
recommended
, tseslint.
configs
.
recommended
, );