Lint all the things
This commit is contained in:
@@ -102,7 +102,7 @@ const mergeWithDefaults = (settings) => {
|
||||
// Override with the provided settings, if any
|
||||
if (settings) {
|
||||
for (const key in settings) {
|
||||
if (settings.hasOwnProperty(key)) {
|
||||
if (Object.prototype.hasOwnProperty.call(settings, key)) {
|
||||
mergedSettings[key] = settings[key];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user