'use strict'; module.exports = { extends: 'recommended', rules: { "attribute-indentation": false, "block-indentation": false } };