Alan Orth
|
26c522176b
|
Use node: for Node.js builtin modules
Use the the `node:` protocol when importing Node.js builtin modules
and enable rule in eslint to enforce.
The `node:` protocol for Node.js builtin modules has been available
since Node.js v14.
See: https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/enforce-node-protocol-usage.md
(cherry picked from commit af71c152c1 )
|
2025-09-10 17:23:32 +00:00 |
|
Yury Bondarenko
|
348dcc47fd
|
Generated docs should use Unix line endings on Windows
|
2024-04-25 12:30:53 +02:00 |
|
Yury Bondarenko
|
2c68589416
|
Move generated documentation to docs/lint/
|
2024-03-29 10:12:57 +01:00 |
|
Yury Bondarenko
|
6e22b5376a
|
Make rules more type-safe
|
2024-03-21 10:11:04 +01:00 |
|
Yury Bondarenko
|
b0758c23e5
|
Enforce plugin structure and generate documentation
|
2024-03-21 10:11:04 +01:00 |
|