diff --git a/README.md b/README.md index 60a3cbb..f7027ec 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +>

Help Wanted!

+> If you're familiar with TypeScript and ESLint, and you'd like to see this project progress, please consider contributing. We need people with a good knowledge of TypeScript to ensure that the integration with the ESLint ecosystem is useful. + # TypeScript ESLint Parser An ESLint custom parser which leverages [TypeScript ESTree](https://github.com/JamesHenry/typescript-estree) to allow for ESLint to lint TypeScript source code. @@ -37,10 +40,6 @@ If you use a non-supported version of TypeScript, the parser will log a warning **Please ensure that you are using a supported version before submitting any issues/bug reports.** -## Help Wanted! - -If you're familiar with TypeScript and ESLint, and you'd like to see this project progress, please consider contributing. We need people with a good knowledge of TypeScript to ensure this parser is useful. - ## Reporting Issues Please **do not report parsing/AST issues in this repo**, report them directly to [TypeScript ESTree](https://github.com/JamesHenry/typescript-estree). diff --git a/package.json b/package.json index 7ff827c..9ce420a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typescript-eslint-parser", - "description": "An Esprima-style parser for TypeScript", + "description": "An ESLint custom parser which leverages TypeScript ESTree", "author": "Nicholas C. Zakas ", "homepage": "https://github.com/eslint/typescript-eslint-parser", "main": "parser.js", @@ -24,7 +24,7 @@ "npm-license": "0.3.3", "shelljs": "0.8.2", "shelljs-nodecli": "0.1.1", - "typescript": "~3.0.1" + "typescript": "~3.1.1" }, "keywords": [ "ast", @@ -49,7 +49,7 @@ }, "dependencies": { "eslint": "4.19.1", - "typescript-estree": "1.0.0" + "typescript-estree": "2.1.0" }, "peerDependencies": { "typescript": "*" diff --git a/tests/integration/declared-empty-body-functions-issue-162/package.json b/tests/integration/declared-empty-body-functions-issue-162/package.json index 6881c73..9029571 100644 --- a/tests/integration/declared-empty-body-functions-issue-162/package.json +++ b/tests/integration/declared-empty-body-functions-issue-162/package.json @@ -8,6 +8,6 @@ "devDependencies": { "eslint": "4.19.1", "jest": "23.1.0", - "typescript": "~2.9.1" + "typescript": "~3.1.1" } } \ No newline at end of file diff --git a/tests/integration/jsdoc-indent-issues-344-422/package.json b/tests/integration/jsdoc-indent-issues-344-422/package.json index 6881c73..9029571 100644 --- a/tests/integration/jsdoc-indent-issues-344-422/package.json +++ b/tests/integration/jsdoc-indent-issues-344-422/package.json @@ -8,6 +8,6 @@ "devDependencies": { "eslint": "4.19.1", "jest": "23.1.0", - "typescript": "~2.9.1" + "typescript": "~3.1.1" } } \ No newline at end of file diff --git a/tests/integration/method-overloads-issue-389/package.json b/tests/integration/method-overloads-issue-389/package.json index 6881c73..9029571 100644 --- a/tests/integration/method-overloads-issue-389/package.json +++ b/tests/integration/method-overloads-issue-389/package.json @@ -8,6 +8,6 @@ "devDependencies": { "eslint": "4.19.1", "jest": "23.1.0", - "typescript": "~2.9.1" + "typescript": "~3.1.1" } } \ No newline at end of file diff --git a/tests/integration/no-redeclare-overloaded-functions-issue-402/package.json b/tests/integration/no-redeclare-overloaded-functions-issue-402/package.json index 6881c73..9029571 100644 --- a/tests/integration/no-redeclare-overloaded-functions-issue-402/package.json +++ b/tests/integration/no-redeclare-overloaded-functions-issue-402/package.json @@ -8,6 +8,6 @@ "devDependencies": { "eslint": "4.19.1", "jest": "23.1.0", - "typescript": "~2.9.1" + "typescript": "~3.1.1" } } \ No newline at end of file diff --git a/tests/integration/range-error-indent-issue-333/package.json b/tests/integration/range-error-indent-issue-333/package.json index 6881c73..9029571 100644 --- a/tests/integration/range-error-indent-issue-333/package.json +++ b/tests/integration/range-error-indent-issue-333/package.json @@ -8,6 +8,6 @@ "devDependencies": { "eslint": "4.19.1", "jest": "23.1.0", - "typescript": "~2.9.1" + "typescript": "~3.1.1" } } \ No newline at end of file