Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WRQ-7546: Fix lint errors via using Enact CLI v6.1.0 #3209

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/i18n/src/Loader.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* global XMLHttpRequest, ILIB_BASE_PATH, ILIB_RESOURCES_PATH, ILIB_ADDITIONAL_RESOURCES_PATH, ILIB_CACHE_ID */
/* global ILIB_BASE_PATH, ILIB_RESOURCES_PATH, ILIB_ADDITIONAL_RESOURCES_PATH, ILIB_CACHE_ID */

import {memoize} from '@enact/core/util';
import Loader from 'ilib/lib/Loader';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* global Element */

export default function (set, remove) {
let polyfilled = false;

Expand Down
2 changes: 0 additions & 2 deletions packages/ui/Marquee/MarqueeDecorator.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* global ResizeObserver */

import direction from 'direction';
import {on, off} from '@enact/core/dispatcher';
import {forward} from '@enact/core/handle';
Expand Down
1 change: 0 additions & 1 deletion packages/ui/Measurable/Measurable.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* global ResizeObserver, MutationObserver */
/**
* A higher-order component that adds the ability to measure nodes conveniently.
*
Expand Down
2 changes: 0 additions & 2 deletions packages/ui/Media/tests/Media-specs.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* global HTMLMediaElement */

import '@testing-library/jest-dom';
import {createEvent, fireEvent, render, screen} from '@testing-library/react';
import {createRef} from 'react';
Expand Down
1 change: 0 additions & 1 deletion packages/ui/useScroll/useScroll.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* global ResizeObserver */
/**
* Unstyled scrollable hook and behaviors to be customized by a theme or application.
*
Expand Down