module.exports = { root: true, extends: [ 'airbnb-base', ], rules: { indent: ['error', 'tab'], 'no-tabs': 'off', }, };