Skip to content

Commit

Permalink
Upgrade TypeScript and ESLint parser
Browse files Browse the repository at this point in the history
Upgraded TypeScript to 3.4.3 and switches to the new TypeScript ESLint
parser.
  • Loading branch information
denisw committed Apr 10, 2019
1 parent a8b3b37 commit d1ae4fe
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 46 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
extends: 'react-app',
parser: 'typescript-eslint-parser',
parser: '@typescript-eslint/parser',

rules: {
'jsx-a11y/href-no-hash': 'off',
Expand Down
87 changes: 44 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"@types/jest": "^23.3.12",
"@types/node": "^10.12.18",
"@types/redux-immutable-state-invariant": "^2.1.0",
"@typescript-eslint/parser": "^1.6.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"eslint": "^4.17.0",
Expand All @@ -29,8 +30,7 @@
"rollup-plugin-babel": "^4.2.0",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^4.0.0",
"typescript": "^3.2.2",
"typescript-eslint-parser": "eslint/typescript-eslint-parser",
"typescript": "^3.4.3",
"typings-tester": "^0.3.2"
},
"scripts": {
Expand Down

0 comments on commit d1ae4fe

Please sign in to comment.