| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2de50fe commit 31b8cf1
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -141,7 +141,7 @@ rules: | |||
| 141 | 141 | - name: clearTimeout | |
| 142 | 142 | message: Use `const { clearTimeout } = require('timers');` instead of the global. | |
| 143 | 143 | - name: console | |
| 144 | - message: Use `const { console } = require('internal/console/global');` instead of the global. | ||
| 144 | + message: Use `const console = require('internal/console/global');` instead of the global. | ||
| 145 | 145 | - name: crypto | |
| 146 | 146 | message: Use `const { crypto } = require('internal/crypto/webcrypto');` instead of the global. | |
| 147 | 147 | - name: Crypto | |
| Back | FazBrowse Home | New Git URL |
0 commit comments