UNPKG
stricter-standard
Version:
latest (0.3.2)
0.3.2
0.3.1
0.3.0
0.2.0
0.1.1
0.1.0
Stricter JavaScript Standard Style
github.com/bergos/stricter-standard
bergos/stricter-standard
stricter-standard
/
index.js
6 lines
(4 loc)
•
210 B
JavaScript
View Raw
1
2
3
4
5
6
/*! standard. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
import
{
StandardEngine
}
from
'standard-engine'
import
options
from
'./options.js'
export
default
new
StandardEngine
(options)