{ "extends": "eslint:recommended", "parserOptions": { "ecmaVersion": 2018, "ecmaFeatures": { "experimentalObjectRestSpread": true } }, "env": { "es6": true }, "rules": { "no-undef": "off" } }