Skip to content
This repository was archived by the owner on Mar 29, 2020. It is now read-only.

Commit 401e457

Browse files
committed
feat(base): remove flowtype config
BREAKING CHANGE: flowtype config is removed as we now use exclusively TypeScript
1 parent 2184a29 commit 401e457

File tree

5 files changed

+3
-92
lines changed

5 files changed

+3
-92
lines changed

packages/eslint-config/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ Available configs include:
6767

6868
- `'@anvilabs/eslint-config/babel'` for usage with [babel transformations](https://github.com/babel/babel-eslint)
6969
- `'@anvilabs/eslint-config/babel-module'` for usage with [babel-plugin-module-resolver](https://github.com/tleunen/babel-plugin-module-resolver)
70-
- `'@anvilabs/eslint-config/flowtype'` for [Flow](https://flowtype.org/) related rules
7170
- `'@anvilabs/eslint-config/jest'` for [Jest](https://facebook.github.io/jest/) related rules
7271
- `'@anvilabs/eslint-config/lodash'` for [Lodash](https://lodash.com/) related rules
7372
- `'@anvilabs/eslint-config/script'` for usage with config files or scripts

packages/eslint-config/flowtype.js

Lines changed: 0 additions & 51 deletions
This file was deleted.

packages/eslint-config/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"scripts": {
2828
"find-new-rules:babel": "eslint-find-rules --unused test/fixtures/babel.js",
2929
"find-new-rules:base": "eslint-find-rules --unused index.js",
30-
"find-new-rules:flowtype": "eslint-find-rules --unused test/fixtures/flowtype.js",
3130
"find-new-rules:jest": "eslint-find-rules --unused test/fixtures/jest.js",
3231
"find-new-rules:lodash": "eslint-find-rules --unused test/fixtures/lodash.js",
3332
"find-new-rules": "run-p --silent find-new-rules:*",
@@ -47,7 +46,6 @@
4746
"eslint-import-resolver-babel-module": "^4.0.0",
4847
"eslint-plugin-babel": "^5.2.1",
4948
"eslint-plugin-eslint-comments": "^3.0.1",
50-
"eslint-plugin-flowtype": "^3.0.0",
5149
"eslint-plugin-import": "^2.14.0",
5250
"eslint-plugin-jest": "^21.25.1",
5351
"eslint-plugin-lodash-fp": "^2.2.0-a1",

packages/eslint-config/test/fixtures/flowtype.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

yarn.lock

Lines changed: 3 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -2372,7 +2372,7 @@ debug@^4.0.0, debug@^4.0.1, debug@^4.1.0:
23722372
dependencies:
23732373
ms "^2.1.1"
23742374

2375-
debuglog@*, debuglog@^1.0.1:
2375+
debuglog@^1.0.1:
23762376
version "1.0.1"
23772377
resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492"
23782378
integrity sha1-qiT/uaw9+aI1GDfPstJ5NgzXhJI=
@@ -4033,7 +4033,7 @@ import-modules@^1.1.0:
40334033
resolved "https://registry.yarnpkg.com/import-modules/-/import-modules-1.1.0.tgz#748db79c5cc42bb9701efab424f894e72600e9dc"
40344034
integrity sha1-dI23nFzEK7lwHvq0JPiU5yYA6dw=
40354035

4036-
imurmurhash@*, imurmurhash@^0.1.4:
4036+
imurmurhash@^0.1.4:
40374037
version "0.1.4"
40384038
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
40394039
integrity sha1-khi5srkoojixPcT7a21XbyMUU+o=
@@ -5454,11 +5454,6 @@ lockfile@^1.0.4:
54545454
dependencies:
54555455
signal-exit "^3.0.2"
54565456

5457-
lodash._baseindexof@*:
5458-
version "3.1.0"
5459-
resolved "https://registry.yarnpkg.com/lodash._baseindexof/-/lodash._baseindexof-3.1.0.tgz#fe52b53a1c6761e42618d654e4a25789ed61822c"
5460-
integrity sha1-/lK1OhxnYeQmGNZU5KJXie1hgiw=
5461-
54625457
lodash._baseuniq@~4.6.0:
54635458
version "4.6.0"
54645459
resolved "https://registry.yarnpkg.com/lodash._baseuniq/-/lodash._baseuniq-4.6.0.tgz#0ebb44e456814af7905c6212fa2c9b2d51b841e8"
@@ -5467,33 +5462,11 @@ lodash._baseuniq@~4.6.0:
54675462
lodash._createset "~4.0.0"
54685463
lodash._root "~3.0.0"
54695464

5470-
lodash._bindcallback@*:
5471-
version "3.0.1"
5472-
resolved "https://registry.yarnpkg.com/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz#e531c27644cf8b57a99e17ed95b35c748789392e"
5473-
integrity sha1-5THCdkTPi1epnhftlbNcdIeJOS4=
5474-
5475-
lodash._cacheindexof@*:
5476-
version "3.0.2"
5477-
resolved "https://registry.yarnpkg.com/lodash._cacheindexof/-/lodash._cacheindexof-3.0.2.tgz#3dc69ac82498d2ee5e3ce56091bafd2adc7bde92"
5478-
integrity sha1-PcaayCSY0u5ePOVgkbr9Ktx73pI=
5479-
5480-
lodash._createcache@*:
5481-
version "3.1.2"
5482-
resolved "https://registry.yarnpkg.com/lodash._createcache/-/lodash._createcache-3.1.2.tgz#56d6a064017625e79ebca6b8018e17440bdcf093"
5483-
integrity sha1-VtagZAF2JeeevKa4AY4XRAvc8JM=
5484-
dependencies:
5485-
lodash._getnative "^3.0.0"
5486-
54875465
lodash._createset@~4.0.0:
54885466
version "4.0.3"
54895467
resolved "https://registry.yarnpkg.com/lodash._createset/-/lodash._createset-4.0.3.tgz#0f4659fbb09d75194fa9e2b88a6644d363c9fe26"
54905468
integrity sha1-D0ZZ+7CddRlPqeK4imZE02PJ/iY=
54915469

5492-
lodash._getnative@*, lodash._getnative@^3.0.0:
5493-
version "3.9.1"
5494-
resolved "https://registry.yarnpkg.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz#570bc7dede46d61cdcde687d65d3eecbaa3aaff5"
5495-
integrity sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U=
5496-
54975470
lodash._reinterpolate@~3.0.0:
54985471
version "3.0.0"
54995472
resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d"
@@ -5569,11 +5542,6 @@ lodash.pick@4.4.0, lodash.pick@^4.4.0:
55695542
resolved "https://registry.yarnpkg.com/lodash.pick/-/lodash.pick-4.4.0.tgz#52f05610fff9ded422611441ed1fc123a03001b3"
55705543
integrity sha1-UvBWEP/53tQiYRRB7R/BI6AwAbM=
55715544

5572-
lodash.restparam@*:
5573-
version "3.6.1"
5574-
resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805"
5575-
integrity sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU=
5576-
55775545
lodash.set@^4.3.2:
55785546
version "4.3.2"
55795547
resolved "https://registry.yarnpkg.com/lodash.set/-/lodash.set-4.3.2.tgz#d8757b1da807dde24816b0d6a84bea1a76230b23"
@@ -7495,7 +7463,7 @@ readable-stream@~1.1.10:
74957463
isarray "0.0.1"
74967464
string_decoder "~0.10.x"
74977465

7498-
readdir-scoped-modules@*, readdir-scoped-modules@^1.0.0:
7466+
readdir-scoped-modules@^1.0.0:
74997467
version "1.0.2"
75007468
resolved "https://registry.yarnpkg.com/readdir-scoped-modules/-/readdir-scoped-modules-1.0.2.tgz#9fafa37d286be5d92cbaebdee030dc9b5f406747"
75017469
integrity sha1-n6+jfShr5dksuuve4DDcm19AZ0c=

0 commit comments

Comments
 (0)