Skip to content

Commit 8ab12dc

Browse files
committed
deps: @npmcli/eslint-config@3.1.0
1 parent c383564 commit 8ab12dc

File tree

17 files changed

+539
-97
lines changed

17 files changed

+539
-97
lines changed

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"devDependencies": {
2323
"@mdx-js/mdx": "^1.6.22",
24-
"@npmcli/eslint-config": "^3.0.1",
24+
"@npmcli/eslint-config": "^3.1.0",
2525
"@npmcli/fs": "^2.1.0",
2626
"@npmcli/promise-spawn": "^3.0.0",
2727
"@npmcli/template-oss": "3.5.0",

node_modules/.gitignore

+21
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ __pycache__
5959
/@npmcli/eslint-config
6060
/@npmcli/template-oss
6161
/@types/hast
62+
/@types/json5
6263
/@types/mdast
6364
/@types/parse5
6465
/@types/unist
@@ -73,6 +74,8 @@ __pycache__
7374
/arg
7475
/argparse
7576
/array-find-index
77+
/array-includes
78+
/array.prototype.flat
7679
/asn1
7780
/assert-plus
7881
/async-hook-domain
@@ -137,13 +140,18 @@ __pycache__
137140
/ecc-jsbn
138141
/end-of-stream
139142
/es-abstract
143+
/es-shim-unscopables
140144
/es-to-primitive
141145
/es6-error
142146
/escape-string-regexp
143147
/escodegen
144148
/eslint
149+
/eslint-import-resolver-node
150+
/eslint-module-utils
145151
/eslint-plugin-es
152+
/eslint-plugin-import
146153
/eslint-plugin-node
154+
/eslint-plugin-promise
147155
/eslint-scope
148156
/eslint-utils
149157
/eslint-visitor-keys
@@ -164,6 +172,7 @@ __pycache__
164172
/file-uri-to-path
165173
/fill-range
166174
/find-cache-dir
175+
/find-up
167176
/findit
168177
/flat-cache
169178
/flatted
@@ -178,7 +187,9 @@ __pycache__
178187
/fs-exists-cached
179188
/fsevents
180189
/function-loop
190+
/function.prototype.name
181191
/functional-red-black-tree
192+
/functions-have-names
182193
/gensync
183194
/get-caller-file
184195
/get-intrinsic
@@ -192,6 +203,7 @@ __pycache__
192203
/har-schema
193204
/har-validator
194205
/has-bigints
206+
/has-property-descriptors
195207
/has-symbols
196208
/has-tostringtag
197209
/hasha
@@ -263,6 +275,7 @@ __pycache__
263275
/levn
264276
/libtap
265277
/licensee
278+
/locate-path
266279
/lodash
267280
/lodash.clonedeep
268281
/lodash.flattendeep
@@ -304,13 +317,18 @@ __pycache__
304317
/object-keys
305318
/object.assign
306319
/object.getownpropertydescriptors
320+
/object.values
307321
/optionator
308322
/own-or
309323
/own-or-env
324+
/p-limit
325+
/p-locate
326+
/p-try
310327
/package-hash
311328
/parent-module
312329
/parse-entities
313330
/parse5
331+
/path-exists
314332
/path-key
315333
/path-parse
316334
/performance-now
@@ -331,6 +349,7 @@ __pycache__
331349
/rc
332350
/read-package-tree
333351
/readdirp
352+
/regexp.prototype.flags
334353
/regexpp
335354
/release-zalgo
336355
/remark-footnotes
@@ -368,6 +387,7 @@ __pycache__
368387
/state-toggle
369388
/string.prototype.trimend
370389
/string.prototype.trimstart
390+
/strip-bom
371391
/strip-json-comments
372392
/style-to-object
373393
/supports-preserve-symlinks-flag
@@ -389,6 +409,7 @@ __pycache__
389409
/trivial-deferred
390410
/trough
391411
/ts-node
412+
/tsconfig-paths
392413
/tunnel-agent
393414
/tweetnacl
394415
/type-check

0 commit comments

Comments
 (0)