gpuweb / cts

WebGPU Conformance Test Suite
https://gpuweb.github.io/cts/
BSD 3-Clause "New" or "Revised" License
119 stars 72 forks source link

Add eslint n/no-restricted-import, n/no-restricted-require #3706

Closed kainino0x closed 1 month ago

kainino0x commented 1 month ago

Disallows Node-style imports like 'console', and paths missing the .js extension. Fixed resulting warnings.

This plugin has some rules which are sort of redundant with built-in ones, but these work much better.

Issue: #3702


Requirements for PR author:

Requirements for reviewer sign-off:

When landing this PR, be sure to make any necessary issue status updates.