You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,7 +146,7 @@ For [Shareable Configs](https://eslint.org/docs/latest/developer-guide/shareable
146
146
|[prefer-global/timers](docs/rules/prefer-global/timers.md)| enforce either global timer functions or `require("timers")`||||
147
147
|[prefer-global/url](docs/rules/prefer-global/url.md)| enforce either `URL` or `require("url").URL`||||
148
148
|[prefer-global/url-search-params](docs/rules/prefer-global/url-search-params.md)| enforce either `URLSearchParams` or `require("url").URLSearchParams`||||
149
-
|[prefer-import/assert-strict](docs/rules/prefer-import/assert-strict.md)| enforce using `node:assert/strict` instead of `node:assert`. ||🔧||
149
+
|[prefer-import/assert-strict](docs/rules/prefer-import/assert-strict.md)| enforce using `node:assert/strict` instead of `node:assert`. ||||
150
150
|[prefer-node-protocol](docs/rules/prefer-node-protocol.md)| enforce using the `node:` protocol when importing Node.js builtin modules. || 🔧 ||
0 commit comments