Skip to content

Commit

Permalink
Remove leftover ts-check / use strict statements
Browse files Browse the repository at this point in the history
  • Loading branch information
iansan5653 committed May 16, 2023
1 parent 86651cf commit 6c73475
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
3 changes: 0 additions & 3 deletions src/components/lint-error-tooltip.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//@ts-check
"use strict";

import {Vector} from "../utilities/geometry/vector";
import {LintError} from "../utilities/lint-markdown";
import {Component} from "./component";
Expand Down
4 changes: 0 additions & 4 deletions src/components/linted-markdown-editor.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// @ts-check

"use strict";

import {TextareaRange} from "../utilities/dom/textarea-range";
import {formatList} from "../utilities/format";
import {lintMarkdown} from "../utilities/lint-markdown";
Expand Down
4 changes: 0 additions & 4 deletions src/content-script.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// @ts-check

"use strict";

import {LintedMarkdownEditor} from "./components/linted-markdown-editor";
import {observeSelector} from "./utilities/dom/observe-selector";

Expand Down

0 comments on commit 6c73475

Please sign in to comment.