UNPKG
ec0lint-config-ec0lint
Version:
latest (2.1.0)
2.1.0
2.0.0
1.0.0
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Default ec0lint configuration for ec0lint projects
ec0lint.com
ec0lint/ec0lint
ec0lint-config-ec0lint
/
index.js
10 lines
(8 loc)
•
158 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** *
@fileoverview
Index file to allow YAML file to be loaded *
@author
Teddy Katz */
"use strict"
;
module
.
exports
= {
extends
: [
"./default.yml"
] };