UNPKG
@futagoza/eslint-config-node
Version:
latest (16.1.0)
next (8.0.0)
16.1.0
16.0.0
15.4.0
15.2.0
15.1.0
15.0.0
14.1.0
14.0.0
13.2.0
13.1.0
13.0.0
12.1.0
12.0.0
11.3.0
11.2.0
11.1.0
11.0.1
11.0.0
10.0.0
9.3.0
9.2.0
9.1.0
9.0.0
8.3.0
8.2.0
8.1.1
8.1.0
8.0.0
8.0.0-alpha.0
Futago-za Ryuu's ESLint configurations for Node.js
futagoza/eslint-config-futagozaryuu
@futagoza/eslint-config-node
/
10.js
13 lines
(8 loc)
•
173 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
"use strict"
;
const
{
CreateNodeConfig
} =
require
(
"./internal"
);
module
.
exports
=
CreateNodeConfig
( {
versions
: {
es
:
2018
,
node
:
10
, }, } );