chore(lint): cumulative lint fixes prep for eslint@7 (#7078)
This commit is contained in:
@@ -56,7 +56,7 @@ export class Col extends React.Component {
|
||||
let classesAr = []
|
||||
|
||||
for (let device in DEVICES) {
|
||||
if (!DEVICES.hasOwnProperty(device)) {
|
||||
if (!Object.prototype.hasOwnProperty.call(DEVICES, device)) {
|
||||
continue
|
||||
}
|
||||
let deviceClass = DEVICES[device]
|
||||
|
||||
Reference in New Issue
Block a user