Setup eslint on

Hello lads, im new on using f7, and i want to lint my code after webpack load it.

Im using vuejs-template, I use xojs and aply settings like usual, on rules

{
        test: /\.js$/,
        loader: 'xo-loader',
        exclude: [
          /node_modules/,
          /cordova/,
          /assets-src/,
          /build/,
        ]
},

anyone here tried setup eslint to lint before webpack hot reload it? thanks :slight_smile: