Skip to content

Commit 9355d33

Browse files
committed
set global in eslint config
1 parent e8462a2 commit 9355d33

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.eslintrc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"plugin:github/browser",
66
"plugin:github/typescript"
77
],
8+
"globals": {
9+
"TabContainerElement": "readable"
10+
},
811
"overrides": [
912
{
1013
"files": ["test/**/*.js", "prettier.config.js"],

src/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/* eslint eslint-comments/no-use: off */
2-
/* global TabContainerElement */
3-
// https://github.com/typescript-eslint/typescript-eslint/issues/131
4-
51
export default class TabContainerElement extends HTMLElement {
62
constructor() {
73
super()

0 commit comments

Comments
 (0)