Add TypeScript linting support (#6513)

* Initial pass adding typescript-eslint

* Add warning to shared rule set

* Add documentation for setting up VSCode extension

* Provide tsconfig path to typescript-eslitn
This commit is contained in:
Ian Schmitz
2019-03-14 20:17:17 -07:00
committed by Ian Sutherland
parent 7ae3146037
commit eee8491d57
5 changed files with 68 additions and 2 deletions

View File

@@ -26,6 +26,8 @@
"dependencies": {
"@babel/core": "7.3.4",
"@svgr/webpack": "4.1.0",
"@typescript-eslint/eslint-plugin": "1.4.1",
"@typescript-eslint/parser": "1.4.1",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.1",
"babel-jest": "23.6.0",