UNPKG
@jasmith79/sequable
Version:
latest (0.0.2)
0.0.2
0.0.1
Library functions for working with generators
@jasmith79/sequable
/
.eslintrc.cjs
11 lines
(10 loc)
•
269 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"
:
0
, }, };