{ "presets": ["airbnb"], "plugins": [ ["transform-replace-object-assign", "object.assign"], ], "env": { "test": { "plugins": ["istanbul"], }, }, }