UNPKG
ordinary
Version:
latest (1.0.0)
1.0.0
A fork of feross/standard with some legit tweaks
github.com/svincent/ordinary
svincent/ordinary
ordinary
/
index.js
6 lines
(3 loc)
•
119 B
JavaScript
View Raw
1
2
3
4
5
6
var
Linter
=
require
(
'standard-engine'
).
linter
var
opts =
require
(
'./options.js'
)
module
.
exports
=
new
Linter
(opts);