diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2019-03-10 04:30:38 +1100 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-03-09 12:30:38 -0500 |
| commit | 034e2cc02829c9244b32232074c7a48af827a2fb (patch) | |
| tree | bade01606a1ee076c1f753ce99c97ddb1e4edf30 /package.json | |
| parent | 8c7a12d1b258f0ef5ab27f49c424331d43e8d97f (diff) | |
Migrate from tslint to eslint for linting (#1905)
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package.json b/package.json index 2952b2028..695c0d7d7 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,11 @@ "@types/base64-js": "1.2.5", "@types/flatbuffers": "1.9.1", "@types/prettier": "1.16.1", + "@typescript-eslint/eslint-plugin": "1.4.2", + "@typescript-eslint/parser": "1.4.2", "base64-js": "1.3.0", + "eslint": "5.15.1", + "eslint-config-prettier": "4.1.0", "flatbuffers": "1.9.0", "magic-string": "0.25.2", "prettier": "1.16.4", @@ -20,9 +24,6 @@ "rollup-pluginutils": "2.4.1", "ts-morph": "1.3.0", "ts-node": "8.0.2", - "tslint": "^5.10.0", - "tslint-eslint-rules": "^5.3.1", - "tslint-no-circular-imports": "^0.5.0", "typescript": "3.2.2" } } |
