Commit 641bf0c
committed
style: disable n/prefer-node-protocol ESLint rule
- Set n/prefer-node-protocol to 'off' to allow bare Node.js imports
- Aligns with Biome's useNodejsImportProtocol: 'off' setting
- Both linters now accept bare imports like 'fs' instead of 'node:fs'1 parent 0d3b346 commit 641bf0c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| |||
0 commit comments