UNPKG
tips-twisted
Version:
latest (1.60.1)
1.60.1
Fetching riot games api data
github.com/Sansossio/twisted
Sansossio/twisted
tips-twisted
/
.eslintrc.cjs
11 lines
(10 loc)
•
273 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/* eslint-env node */
module
.
exports
= { extends: [
"eslint:recommended"
,
"plugin:@typescript-eslint/recommended"
], parser:
"@typescript-eslint/parser"
, plugins: [
"@typescript-eslint"
], root:
true
, rules: {
"@typescript-eslint/no-explicit-any"
:
"off"
, }, };