module.exports = { extends: ['../../.eslintrc.js'], rules: { 'import/no-commonjs': 'off' } };