UNPKG

semistandard

Version:

All the goodness of `feross/standard` with semicolons sprinkled on top.

6 lines (4 loc) 210 B
/*! standard. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */ import { StandardEngine } from 'standard-engine' import options from './options.js' export default new StandardEngine(options)