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

Commit 0562696

Browse files
committed
fix format
1 parent 6c23a84 commit 0562696

File tree

3 files changed

+17
-23
lines changed

3 files changed

+17
-23
lines changed

CODE_OF_CONDUCT.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,22 @@ appearance, race, religion, or sexual identity and orientation.
1414
Examples of behavior that contributes to creating a positive environment
1515
include:
1616

17-
* Using welcoming and inclusive language
18-
* Being respectful of differing viewpoints and experiences
19-
* Gracefully accepting constructive criticism
20-
* Focusing on what is best for the community
21-
* Showing empathy towards other community members
17+
- Using welcoming and inclusive language
18+
- Being respectful of differing viewpoints and experiences
19+
- Gracefully accepting constructive criticism
20+
- Focusing on what is best for the community
21+
- Showing empathy towards other community members
2222

2323
Examples of unacceptable behavior by participants include:
2424

25-
* The use of sexualized language or imagery and unwelcome sexual attention or
26-
advances
27-
* Trolling, insulting/derogatory comments, and personal or political attacks
28-
* Public or private harassment
29-
* Publishing others' private information, such as a physical or electronic
30-
address, without explicit permission
31-
* Other conduct which could reasonably be considered inappropriate in a
32-
professional setting
25+
- The use of sexualized language or imagery and unwelcome sexual attention or
26+
advances
27+
- Trolling, insulting/derogatory comments, and personal or political attacks
28+
- Public or private harassment
29+
- Publishing others' private information, such as a physical or electronic
30+
address, without explicit permission
31+
- Other conduct which could reasonably be considered inappropriate in a
32+
professional setting
3333

3434
## Our Responsibilities
3535

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ An online demo for [typescript-eslint](https://github.com/typescript-eslint/type
66

77
## Development
88

9-
* `npm run dev` : run webpack dev server on http://localhost:8080
10-
* `npm run format` : format code with prettier
11-
* `npm run test`: run test
9+
- `npm run dev` : run webpack dev server on http://localhost:8080
10+
- `npm run format` : format code with prettier
11+
- `npm run test`: run test

src/lib/create-ast-program.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
import {
2-
createProgram,
3-
ScriptTarget,
4-
ModuleKind,
5-
JsxEmit,
6-
ScriptKind,
7-
} from "typescript";
1+
import { createProgram, ScriptKind } from "typescript";
82
import type { SourceFile, Program } from "typescript";
93
import { createCompilerHost } from "./compiler-host";
104
import { createFilesIncludeLibs } from "./files";

0 commit comments

Comments
 (0)