UNPKG

126 BJavaScriptView Raw
1const api = require('.')({
2 command: 'lint',
3 cliArgs: []
4})
5
6api.applyPlugins()
7
8module.exports = api.createWepackConfig()