Skip to content

Commit 1d61883

Browse files
committed
fix: Neostandard lint fixes (#60)
1 parent 2c3bcc1 commit 1d61883

12 files changed

+1
-14
lines changed

src/components/MyAnalyticsElement.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
const { HTMLElement, localStorage } = window;
32

43
/**
@@ -14,7 +13,6 @@ const { HTMLElement, localStorage } = window;
1413
* @see https://developers.google.com/analytics/devguides/collection/analyticsjs#alternative_async_tag,
1514
*
1615
* @customElement my-analytics
17-
* @class MyAnalyticsElement
1816
* @status beta, my blog
1917
* @since 1.0.0
2018
*/

src/components/MyBookmarkletElement.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
const { HTMLElement, location } = window;
32

43
/**

src/components/MyCaptchaElement.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import MyMinElement from '../MyMinElement.js';
32

43
/**

src/components/MyCodepenEmbedElement.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
21
import MyIframeElement from './MyIframeElement.js';
32

43
/**
5-
* Embed a CodPen
4+
* Embed a CodePen
65
* @customElement my-codepen-embed
76
* @demo
87
* @see https://blog.codepen.io/documentation/embedded-pens/

src/components/MyGaadWidgetElement.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import MyMinElement from '../MyMinElement.js';
32

43
const { location } = window;

src/components/MyInputElement.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
const { HTMLElement } = window;
32

43
/**

src/components/MyLiveBridgeElement.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
const { HTMLElement } = window;
32

43
/**

src/components/MyLocalStorageElement.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
const { HTMLElement } = window;
32

43
/**

src/components/MySiteCounterElement.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
const { HTMLElement, location } = window;
32

43
/**

src/components/MySkipLinkElement.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
const { HTMLElement } = window;
32

43
/**

0 commit comments

Comments
 (0)