You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,18 @@ Instead, you also need to make use of one more plugins which will add or extend
30
30
31
31
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).
32
32
33
+
## Options
34
+
35
+
The full list of options can be found in the [typescript-estree README](https://github.com/JamesHenry/typescript-estree#parsecode-options). Use them like this in your eslintrc:
36
+
37
+
```js
38
+
parserOptions: {
39
+
ecmaFeatures: {
40
+
jsx:true,
41
+
}
42
+
}
43
+
```
44
+
33
45
## Supported TypeScript Version
34
46
35
47
We will always endeavor to support the latest stable version of TypeScript.
0 commit comments