1module.exports = { 2 extends: ['../../../.eslintrc.js'], 3 parserOptions: { 4 ecmaVersion: 8 5 } 6}; 7