Object prototype is read only, properties should not be added
Object prototype is read only, properties should not be added
Its because esLint gets it mutation to the native protoTypes chain. You can add// eslint-disable-next-line no-extend-nativein above the line it should be fine.