Skip to content

Commit 203fedf

Browse files
committed
* Update to eslint@8 and and @npmcli/[email protected] * Remove eslint-plugin-node. Also remove an unused script that was failing linting. We don't use the update-dist-tags script anymore as part of our release process. PR-URL: #4016 Credit: @wraithgar Close: #4016 Reviewed-by: @lukekarrys
1 parent 2256454 commit 203fedf

File tree

4 files changed

+319
-1055
lines changed

4 files changed

+319
-1055
lines changed

node_modules/.gitignore

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ readme*
7474
/array-find-index
7575
/asn1
7676
/assert-plus
77-
/astral-regex
7877
/async-hook-domain
7978
/asynckit
8079
/aws-sign2
@@ -252,10 +251,8 @@ readme*
252251
/libtap
253252
/licensee
254253
/lodash
255-
/lodash.clonedeep
256254
/lodash.flattendeep
257255
/lodash.merge
258-
/lodash.truncate
259256
/lodash.uniq
260257
/log-driver
261258
/loose-envify
@@ -324,7 +321,6 @@ readme*
324321
/repeat-string
325322
/request
326323
/require-directory
327-
/require-from-string
328324
/require-main-filename
329325
/resolve
330326
/resolve-from
@@ -334,7 +330,6 @@ readme*
334330
/shebang-regex
335331
/simple-concat
336332
/simple-get
337-
/slice-ansi
338333
/source-map
339334
/source-map-support
340335
/space-separated-tokens
@@ -354,7 +349,6 @@ readme*
354349
/strip-json-comments
355350
/style-to-object
356351
/symbol-tree
357-
/table
358352
/tap
359353
/tap-mocha-reporter
360354
/tap-parser

0 commit comments

Comments
 (0)