Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 70fa83d

Browse filesBrowse files
authored
add options to README
1 parent 4172933 commit 70fa83d
Copy full SHA for 70fa83d

File tree

Expand file treeCollapse file tree

1 file changed

+12
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+12
-0
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,18 @@ Instead, you also need to make use of one more plugins which will add or extend
3030

3131
By far the most common case will be installing the [eslint-plugin-typescript](https://github.com/nzakas/eslint-plugin-typescript) plugin, but there are also other relevant options available such a [eslint-plugin-tslint](https://github.com/JamesHenry/eslint-plugin-tslint).
3232

33+
## Options
34+
35+
The following are the available options and their default values:
36+
37+
```js
38+
parserOptions: {
39+
ecmaFeatures: {
40+
jsx: false,
41+
}
42+
}
43+
```
44+
3345
## Supported TypeScript Version
3446

3547
We will always endeavor to support the latest stable version of TypeScript.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.