Skip to content
This repository was archived by the owner on Sep 14, 2022. It is now read-only.

Commit 224befa

Browse files
authored
chore: remove dupe file (#9)
* chore: remove dupe file * rename * add build badge
1 parent 727b6d8 commit 224befa

File tree

6 files changed

+5
-24
lines changed

6 files changed

+5
-24
lines changed
File renamed without changes.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
![build](https://travis-ci.org/yeonjuan/typescript-eslint-demo.svg?branch=master)
2+
13
# TypeScript ESLint Demo
24

35
An online demo for [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint) plugin. - [🚀 Online Demo](https://yeonjuan.github.io/typescript-eslint-demo/)

src/components/BaseEditor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, { useState, useEffect, useRef } from "react";
22
import CodeMirror, { TextMarker } from "codemirror";
3-
import { EDITING_TIMEOUT } from "@/components/constants";
3+
import { EDITING_TIMEOUT } from "@/constants";
44
import { debounce } from "@/shared/debounce";
55
import type { FC } from "react";
66
import type { Editor } from "codemirror";

src/components/LintMessages.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from "react";
2-
import { TS_ESLINT_SCOPE } from "@/components/constants";
2+
import { TS_ESLINT_SCOPE } from "@/constants";
33
import { Alert } from "react-bootstrap";
44
import type { FC } from "react";
55
import type { Linter } from "eslint";

src/components/RuleConfig.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, { useState, useEffect, useRef } from "react";
22
import CodeMirror from "codemirror";
3-
import { EDITING_TIMEOUT } from "@/components/constants";
3+
import { EDITING_TIMEOUT } from "@/constants";
44
import { debounce } from "@/shared/debounce";
55
import type { FC } from "react";
66
import type { Linter } from "eslint";

src/components/constants.ts

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)