Skip to content

Commit aed4397

Browse files
ericravAle Paredes
authored andcommitted
add typescript-eslint plugins (#443)
1 parent fa1867b commit aed4397

File tree

2 files changed

+58
-1
lines changed

2 files changed

+58
-1
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
"url": "http://github.com/codeclimate/codeclimate-eslint.git"
1010
},
1111
"dependencies": {
12+
"@typescript-eslint/eslint-plugin": "^1.4.2",
13+
"@typescript-eslint/parser": "^1.4.2",
1214
"babel-eslint": "^10.0.1",
1315
"eslint": "^5.7.0",
1416
"eslint-config-airbnb": "^17.1.0",
@@ -80,6 +82,7 @@
8082
"eslint-plugin-xogroup": "^2.1.0",
8183
"glob": "^7.1.2",
8284
"prettier": "^1.12.1",
85+
"typescript": "^3.3.3333",
8386
"webpack": "^4.25.1"
8487
},
8588
"devDependencies": {

yarn.lock

Lines changed: 55 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,33 @@
102102
version "2.1.2"
103103
resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-2.1.2.tgz#16947fce5f57258d01f1688fdc32723093c55d3f"
104104

105+
"@typescript-eslint/eslint-plugin@^1.4.2":
106+
version "1.4.2"
107+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-1.4.2.tgz#370bc32022d1cc884a5dcf62624ef2024182769d"
108+
integrity sha512-6WInypy/cK4rM1dirKbD5p7iFW28DbSRKT/+PGn+DYzBWEvHq5KnZAqQ5cX25JBc0qMkFxJNxNfBbFXJyyzVcw==
109+
dependencies:
110+
"@typescript-eslint/parser" "1.4.2"
111+
"@typescript-eslint/typescript-estree" "1.4.2"
112+
requireindex "^1.2.0"
113+
tsutils "^3.7.0"
114+
115+
"@typescript-eslint/[email protected]", "@typescript-eslint/parser@^1.4.2":
116+
version "1.4.2"
117+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-1.4.2.tgz#acfdee2019958a41d308d768e53ded975ef90ce8"
118+
integrity sha512-OqLkY9295DXXaWToItUv3olO2//rmzh6Th6Sc7YjFFEpEuennsm5zhygLLvHZjPxPlzrQgE8UDaOPurDylaUuw==
119+
dependencies:
120+
"@typescript-eslint/typescript-estree" "1.4.2"
121+
eslint-scope "^4.0.0"
122+
eslint-visitor-keys "^1.0.0"
123+
124+
"@typescript-eslint/[email protected]":
125+
version "1.4.2"
126+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-1.4.2.tgz#b16bc36c9a4748a7fca92cba4c2d73c5325c8a85"
127+
integrity sha512-wKgi/w6k1v3R4b6oDc20cRWro2gBzp0wn6CAeYC8ExJMfvXMfiaXzw2tT9ilxdONaVWMCk7B9fMdjos7bF/CWw==
128+
dependencies:
129+
lodash.unescape "4.0.1"
130+
semver "5.5.0"
131+
105132
"@webassemblyjs/[email protected]":
106133
version "1.7.11"
107134
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.7.11.tgz#b988582cafbb2b095e8b556526f30c90d057cace"
@@ -3252,6 +3279,11 @@ lodash.get@^4.3.0, lodash.get@^4.4.2:
32523279
version "4.4.2"
32533280
resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99"
32543281

3282+
3283+
version "4.0.1"
3284+
resolved "https://registry.yarnpkg.com/lodash.unescape/-/lodash.unescape-4.0.1.tgz#bf2249886ce514cda112fae9218cdc065211fc9c"
3285+
integrity sha1-vyJJiGzlFM2hEvrpIYzcBlIR/Jw=
3286+
32553287
lodash.zip@^4.2.0:
32563288
version "4.2.0"
32573289
resolved "https://registry.yarnpkg.com/lodash.zip/-/lodash.zip-4.2.0.tgz#ec6662e4896408ed4ab6c542a3990b72cc080020"
@@ -4219,6 +4251,11 @@ require-uncached@^1.0.2, require-uncached@^1.0.3:
42194251
caller-path "^0.1.0"
42204252
resolve-from "^1.0.0"
42214253

4254+
requireindex@^1.2.0:
4255+
version "1.2.0"
4256+
resolved "https://registry.yarnpkg.com/requireindex/-/requireindex-1.2.0.tgz#3463cdb22ee151902635aa6c9535d4de9c2ef1ef"
4257+
integrity sha512-L9jEkOi3ASd9PYit2cwRfyppc9NoABujTP8/5gFcbERmo5jUoAKovIC3fsF17pkTnGsrByysqX+Kxd2OTNI1ww==
4258+
42224259
resolve-from@^1.0.0:
42234260
version "1.0.1"
42244261
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-1.0.1.tgz#26cbfe935d1aeeeabb29bc3fe5aeb01e93d44226"
@@ -4336,6 +4373,11 @@ schema-utils@^0.4.4, schema-utils@^0.4.5:
43364373
version "5.6.0"
43374374
resolved "https://registry.yarnpkg.com/semver/-/semver-5.6.0.tgz#7e74256fbaa49c75aa7c7a205cc22799cac80004"
43384375

4376+
4377+
version "5.5.0"
4378+
resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab"
4379+
integrity sha512-4SJ3dm0WAwWy/NVeioZh5AntkdJoWKxHxcmyP622fOkgHa4z3R0TdBJICINyaSDE6uNwVc8gZr+ZinwZAH4xIA==
4380+
43394381
serialize-javascript@^1.4.0:
43404382
version "1.5.0"
43414383
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-1.5.0.tgz#1aa336162c88a890ddad5384baebc93a655161fe"
@@ -4789,10 +4831,17 @@ trim-right@^1.0.1:
47894831
version "1.0.1"
47904832
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
47914833

4792-
tslib@^1.9.0:
4834+
tslib@^1.8.1, tslib@^1.9.0:
47934835
version "1.9.3"
47944836
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"
47954837

4838+
tsutils@^3.7.0:
4839+
version "3.9.1"
4840+
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.9.1.tgz#2a40dc742943c71eca6d5c1994fcf999956be387"
4841+
integrity sha512-hrxVtLtPqQr//p8/msPT1X1UYXUjizqSit5d9AQ5k38TcV38NyecL5xODNxa73cLe/5sdiJ+w1FqzDhRBA/anA==
4842+
dependencies:
4843+
tslib "^1.8.1"
4844+
47964845
47974846
version "0.0.0"
47984847
resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6"
@@ -4821,6 +4870,11 @@ typedarray@^0.0.6:
48214870
version "0.0.6"
48224871
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
48234872

4873+
typescript@^3.3.3333:
4874+
version "3.3.3333"
4875+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.3.3333.tgz#171b2c5af66c59e9431199117a3bcadc66fdcfd6"
4876+
integrity sha512-JjSKsAfuHBE/fB2oZ8NxtRTk5iGcg6hkYXMnZ3Wc+b2RSqejEqTaem11mHASMnFilHrax3sLK0GDzcJrekZYLw==
4877+
48244878
uglify-es@^3.3.4:
48254879
version "3.3.9"
48264880
resolved "https://registry.yarnpkg.com/uglify-es/-/uglify-es-3.3.9.tgz#0c1c4f0700bed8dbc124cdb304d2592ca203e677"

0 commit comments

Comments
 (0)