amilajack / amilajack/eslint-plugin-compat
[want feature] special runtime restrict
Aperta
- Lingua principale
- TypeScript
- Stelle
- 3.2k
- Fork
- 115
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
we need write some scripts run only runtimes, can we provide some runtime restrict overrange. for example.
use special tag mark current file supports
> /* eslint-compat: env-webworker */
> /* eslint-compat: types=../types.d.ts */
- webworker [Functions and classes available to Web Workers
](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Functions_and_classes_available_to_workers)
- serviceworker
- electron main process
- electron renderer process
- rhino
- quickjs
- jsdom
- puppeteer
- jest
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.