module.exports = { extends: "recommended", rules: { "no-inline-styles": false, "no-forbidden-elements": ['meta', 'html', 'script'] } };