wuxt
wuxt copied to clipboard
ESLint complaining about template tags <%= %>
Hi there,
ESLint is saying it cannot compile the template tags like this:
// https://github.com/northosts/wuxt/blob/master/nuxt/modules/wp-api/plugin.js
const wp = new WPApi(<%= serialize(options) %>);
I can't seem to find a solution to this online. How did you set this to work?