UNPKG
standard-flow
Version:
latest (1.0.0)
1.0.0
JavaScript Standard Style (with Flow types)
github.com/gozala/standard-flow
Gozala/standard-flow
standard-flow
/
index.js
7 lines
(4 loc)
•
140 B
JavaScript
View Raw
1
2
3
4
5
6
7
// programmatic usage
var
Linter
=
require
(
'standard-engine'
).
linter
var
opts =
require
(
'./options.js'
)
module
.
exports
=
new
Linter
(opts)