summaryrefslogtreecommitdiff
path: root/.eslintrc.js
Commit message (Expand)AuthorAgeFilesLines
* tools: add `prefer-proto` ruleJordan Harband2023-01-101-0/+1
* tools: enforce use of trailing commas in `tools/`Antoine du Hamel2022-12-181-10/+4
* crypto: use globalThis.crypto over require('crypto').webcryptoFilip Skokan2022-12-161-0/+6
* tools: simplify .eslintrc.jsRich Trott2022-11-121-6/+6
* tools: simplify regex in ESLint configRich Trott2022-11-121-2/+1
* tools: enable jsdoc/require-property-description ruleRich Trott2022-11-121-1/+0
* lib: enable global WebCrypto by defaultAntoine du Hamel2022-09-171-0/+1
* events: expose CustomEvent on global with CLI flagDaeyeon Jeong2022-07-231-0/+1
* src: add initial shadow realm supportlegendecas2022-05-021-0/+1
* tools: enable no-var ESLint rule for libRich Trott2022-04-041-0/+1
* stream: expose web streams globals, remove runtime experimental warningAntoine du Hamel2022-04-041-0/+17
* tools: enable es2022 env in ESLint configMichaël Zasso2022-02-201-3/+3
* lib: add FormData global when fetch is enabledMichaël Zasso2022-02-181-0/+1
* tools: reduce list of globals in ESLint configRich Trott2022-02-181-25/+3
* crypto: expose Web Crypto API on the global scopeAntoine du Hamel2022-02-141-0/+4
* tools: enable no-empty ESLint ruleRich Trott2022-02-051-1/+0
* tools,test: enable no-prototype-builtinsRich Trott2022-02-031-1/+0
* lib: add fetchMichaël Zasso2022-02-011-0/+4
* tools: enable no-cond-assign-ESLint ruleRich Trott2022-01-221-1/+0
* tools: increase maximum line length to 120 charactersRich Trott2022-01-211-3/+1
* tools: enable ESLint recommended configurationRich Trott2022-01-131-51/+8
* tools: enable ESLint no-constant-condition ruleRich Trott2022-01-131-0/+1
* tools,lib,test: enable ESLint no-regex-spaces ruleRich Trott2022-01-131-0/+1
* tools: enable ESLint require-yield ruleRich Trott2022-01-131-0/+1
* tools: enable ESLint no-sparse-arrays ruleRich Trott2022-01-131-0/+1
* tools: enable ESLint no-loss-of-precision ruleRich Trott2022-01-131-0/+1
* tools,benchmark,lib,test: enable no-case-declarations lint ruleRich Trott2022-01-051-0/+1
* tools: enable jsdoc/check-param-names lint ruleRich Trott2021-12-281-1/+0
* worker: expose BroadcastChannel as a globalJames M Snell2021-12-241-0/+1
* buffer: expose Blob as a globalJames M Snell2021-12-241-0/+1
* tools: enable prefer-object-has-own lint ruleRich Trott2021-12-211-0/+1
* tools: enable jsdoc/tag-lines ESLint ruleRich Trott2021-12-191-1/+0
* tools: enable jsdoc/require-returns-type ESLint ruleRich Trott2021-12-121-1/+0
* tools: enable JSDoc check-alignment lint ruleRich Trott2021-12-091-1/+0
* tools: enable jsdoc/require-returns-check lint ruleRich Trott2021-12-071-1/+0
* tools: enable jsdoc/require-param-name lint ruleRich Trott2021-12-041-1/+0
* tools: use jsdoc recommended rulesRich Trott2021-12-041-1/+17
* tools: install and enable JSDoc linting in ESLintRich Trott2021-12-011-1/+5
* tools: add support for import assertions in linterAntoine du Hamel2021-10-171-0/+6
* tools: udpate @babel/eslint-parserRich Trott2021-10-111-4/+0
* tools: remove @babel/plugin-syntax-import-assertionsRich Trott2021-10-111-2/+0
* tools: remove @bable/plugin-syntax-class-propertiesRich Trott2021-10-111-2/+0
* tools: remove @babel/plugin-syntax-top-level-awaitRich Trott2021-10-111-2/+0
* tools: add support for import assertions in linterAntoine du Hamel2021-09-031-0/+2
* lib: add structuredClone() globalEthan Arrowood2021-08-281-0/+1
* lib: expose `DOMException` as globalXadillaX2021-08-061-0/+1
* doc: esm examples /w imports for process, BufferGuy Bedford2021-06-251-0/+8
* tools,doc: forbid CJS globals in ESM code snippetsAntoine du Hamel2021-06-031-0/+23
* tools: remove exception for Node.js 8 and earlierRich Trott2021-05-311-4/+1
* tools: relax max-len lint rule for template stringsRich Trott2021-04-071-0/+1