Skip to content
This repository has been archived by the owner on Jan 19, 2019. It is now read-only.

Commit

Permalink
Upgrade: typescript-estree ^5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaicataldo committed Nov 30, 2018
1 parent 8ff0ad1 commit fff30b5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
12 changes: 12 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
"use strict";

module.exports = {
root: true,
plugins: ["node"],
extends: ["eslint", "plugin:node/recommended"],
rules: {
"no-undefined": "off",
"lines-around-comment": "off",
"newline-after-var": "off"
}
};
11 changes: 0 additions & 11 deletions .eslintrc.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The following additional configuration options are available by specifying them

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

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.
The version of TypeScript currently supported by this parser is `~3.1.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.

If you use a non-supported version of TypeScript, the parser will log a warning to the console.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"eslint-scope": "^4.0.0",
"eslint-visitor-keys": "^1.0.0",
"lodash": "^4.17.11",
"typescript-estree": "5.0.0"
"typescript-estree": "^5.3.0"
},
"devDependencies": {
"eslint": "^4.19.1",
Expand Down

0 comments on commit fff30b5

Please sign in to comment.