Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jstayton committed Aug 23, 2024
1 parent 1153a90 commit 36b8a32
Show file tree
Hide file tree
Showing 3 changed files with 1,031 additions and 2,574 deletions.
14 changes: 14 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,19 @@
"sourceType": "module"
},
"extends": ["eslint:recommended", "plugin:n/recommended", "prettier"],
"rules": {
"n/no-unsupported-features/node-builtins": [
"error",
{
"ignores": [
"fs/promises.cp",
"test",
"test.describe",
"test.it",
"test.it.skip"
]
}
]
},
"ignorePatterns": ["docs"]
}
Loading

0 comments on commit 36b8a32

Please sign in to comment.