module.exports = { extends: [ 'airbnb', 'airbnb/hooks', 'airbnb-typescript', ], env: { node: false, browser: true, }, };