Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/rules/import-strict.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Enforce the usage of 'node:assert/strict' (`node-assert/import-strict`)
# node-assert/import-strict

📝 Enforce the usage of 'node:assert/strict'.

<!-- end auto-generated rule header -->

Expand Down
4 changes: 3 additions & 1 deletion docs/rules/no-constant-actual.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Disallow passing a constant value as the first argument to Node.js assert methods (`node-assert/no-constant-actual`)
# node-assert/no-constant-actual

📝 Disallow passing a constant value as the first argument to Node.js assert methods.

🔧 This rule is automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/latest/user-guide/command-line-interface#--fix).

Expand Down
Loading