Skip to content

Commit

Permalink
deps: @npmcli/eslint-config@3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Aug 22, 2022
1 parent c383564 commit 8ab12dc
Show file tree
Hide file tree
Showing 17 changed files with 539 additions and 97 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@mdx-js/mdx": "^1.6.22",
"@npmcli/eslint-config": "^3.0.1",
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/fs": "^2.1.0",
"@npmcli/promise-spawn": "^3.0.0",
"@npmcli/template-oss": "3.5.0",
Expand Down
21 changes: 21 additions & 0 deletions node_modules/.gitignore
Expand Up @@ -59,6 +59,7 @@ __pycache__
/@npmcli/eslint-config
/@npmcli/template-oss
/@types/hast
/@types/json5
/@types/mdast
/@types/parse5
/@types/unist
Expand All @@ -73,6 +74,8 @@ __pycache__
/arg
/argparse
/array-find-index
/array-includes
/array.prototype.flat
/asn1
/assert-plus
/async-hook-domain
Expand Down Expand Up @@ -137,13 +140,18 @@ __pycache__
/ecc-jsbn
/end-of-stream
/es-abstract
/es-shim-unscopables
/es-to-primitive
/es6-error
/escape-string-regexp
/escodegen
/eslint
/eslint-import-resolver-node
/eslint-module-utils
/eslint-plugin-es
/eslint-plugin-import
/eslint-plugin-node
/eslint-plugin-promise
/eslint-scope
/eslint-utils
/eslint-visitor-keys
Expand All @@ -164,6 +172,7 @@ __pycache__
/file-uri-to-path
/fill-range
/find-cache-dir
/find-up
/findit
/flat-cache
/flatted
Expand All @@ -178,7 +187,9 @@ __pycache__
/fs-exists-cached
/fsevents
/function-loop
/function.prototype.name
/functional-red-black-tree
/functions-have-names
/gensync
/get-caller-file
/get-intrinsic
Expand All @@ -192,6 +203,7 @@ __pycache__
/har-schema
/har-validator
/has-bigints
/has-property-descriptors
/has-symbols
/has-tostringtag
/hasha
Expand Down Expand Up @@ -263,6 +275,7 @@ __pycache__
/levn
/libtap
/licensee
/locate-path
/lodash
/lodash.clonedeep
/lodash.flattendeep
Expand Down Expand Up @@ -304,13 +317,18 @@ __pycache__
/object-keys
/object.assign
/object.getownpropertydescriptors
/object.values
/optionator
/own-or
/own-or-env
/p-limit
/p-locate
/p-try
/package-hash
/parent-module
/parse-entities
/parse5
/path-exists
/path-key
/path-parse
/performance-now
Expand All @@ -331,6 +349,7 @@ __pycache__
/rc
/read-package-tree
/readdirp
/regexp.prototype.flags
/regexpp
/release-zalgo
/remark-footnotes
Expand Down Expand Up @@ -368,6 +387,7 @@ __pycache__
/state-toggle
/string.prototype.trimend
/string.prototype.trimstart
/strip-bom
/strip-json-comments
/style-to-object
/supports-preserve-symlinks-flag
Expand All @@ -389,6 +409,7 @@ __pycache__
/trivial-deferred
/trough
/ts-node
/tsconfig-paths
/tunnel-agent
/tweetnacl
/type-check
Expand Down

0 comments on commit 8ab12dc

Please sign in to comment.