module.exports = { extends: ["eslint:recommended"], env: { node: true }, rules: { semi: ['error'], indent: ['error', 2] } };