UNPKG

eslint-plugin-vuefix

Version:
12 lines (10 loc) 223 B
let options = null module.exports = { set: function(opts) { options = Object.assign({auto: true, init: true}, opts) return options }, get: function() { return options } }