We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8462a2 commit 9355d33Copy full SHA for 9355d33
2 files changed
.eslintrc.json
@@ -5,6 +5,9 @@
5
"plugin:github/browser",
6
"plugin:github/typescript"
7
],
8
+ "globals": {
9
+ "TabContainerElement": "readable"
10
+ },
11
"overrides": [
12
{
13
"files": ["test/**/*.js", "prettier.config.js"],
src/index.ts
@@ -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
-
export default class TabContainerElement extends HTMLElement {
constructor() {
super()
0 commit comments