Update checked-in dependencies
This commit is contained in:
parent
7269bf610b
commit
e5a7c904c1
215 changed files with 41592 additions and 3253 deletions
2
node_modules/eslint-plugin-github/lib/rules/filenames-match-regex.js
generated
vendored
2
node_modules/eslint-plugin-github/lib/rules/filenames-match-regex.js
generated
vendored
|
|
@ -32,7 +32,7 @@ module.exports = {
|
|||
|
||||
return {
|
||||
Program(node) {
|
||||
const filename = context.getFilename()
|
||||
const filename = context.filename ?? context.getFilename()
|
||||
const absoluteFilename = path.resolve(filename)
|
||||
const parsed = parseFilename(absoluteFilename)
|
||||
const shouldIgnore = isIgnoredFilename(filename)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue