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
Copy file name to clipboardExpand all lines: README.md
+10-9
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ And in your ESLint configuration file:
40
40
41
41
We will always endeavor to support the latest stable version of TypeScript.
42
42
43
-
The version of TypeScript currently supported by this parser is `~2.9.1`. This is reflected in the `devDependency` requirement within the package.json file, and it is what the tests will be run against. We have an open `peerDependency` requirement in order to allow for experimentation on newer/beta versions of TypeScript.
43
+
The version of TypeScript currently supported by this parser is `~3.0.1`. This is reflected in the `devDependency` requirement within the package.json file, and it is what the tests will be run against. We have an open `peerDependency` requirement in order to allow for experimentation on newer/beta versions of TypeScript.
44
44
45
45
If you use a non-supported version of TypeScript, the parser will log a warning to the console.
46
46
@@ -57,10 +57,11 @@ The vast majority of issues which are submitted here are not actually parsing bu
57
57
This is not ideal, but users need a place to be able to report those things, so it has become accepted that that will also be done in this repo.
58
58
59
59
Please check the current list of open and known issues and ensure the issue has not been reported before. When creating a new issue provide as much information about your environment as possible. This includes:
60
-
- ESLint Version
61
-
- TypeScript version
62
-
- The `typescript-eslint-parser` version
63
-
- ESLint config or rules and plugins currently enabled
60
+
61
+
- ESLint Version
62
+
- TypeScript version
63
+
- The `typescript-eslint-parser` version
64
+
- ESLint config or rules and plugins currently enabled
64
65
65
66
## Integration Tests
66
67
@@ -90,10 +91,10 @@ Issues and pull requests will be triaged and responded to as quickly as possible
90
91
91
92
## Build Commands
92
93
93
-
*`npm test` - run all linting and tests
94
-
*`npm run lint` - run all linting
95
-
*`npm run ast-alignment-tests` - run only Babylon AST alignment tests
96
-
*`npm run integration-tests` - run only integration tests
94
+
-`npm test` - run all linting and tests
95
+
-`npm run lint` - run all linting
96
+
-`npm run ast-alignment-tests` - run only Babylon AST alignment tests
97
+
-`npm run integration-tests` - run only integration tests
0 commit comments