summaryrefslogtreecommitdiff
path: root/.eslintrc.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* perf_hooks: make performance a globalJames M Snell2021-04-011-0/+1
* tools: improve valid-typeof lint ruleRich Trott2021-03-281-1/+1
* buffer: expose btoa and atob as globalsJames M Snell2021-03-251-0/+2
* lib: implement AbortSignal.abort()James M Snell2021-03-151-0/+1
* tools: add support for mjs and cjs JS snippet lintingAntoine du Hamel2021-03-061-8/+13
* tools: update eslint-plugin-markdown configurationcjihrig2021-03-031-6/+10
* tools: make comma-dangle ESLint rule more stringent …Rich Trott2021-02-191-1/+7
* doc: refactor fs docs structureJames M Snell2021-02-121-0/+1
* tools: enable object-curly-newline in ESLint rulesRich Trott2021-01-261-0/+1
* doc: use ESM syntax for WASI exampleAntoine du Hamel2021-01-161-0/+1
* tools: add support for top-level await syntax in linterAntoine du Hamel2021-01-161-1/+5
* tools: enable no-unsafe-optional-chaining lint rulecjihrig2020-12-091-0/+1
* tools: enable no-unused-expressions lint ruleMichaël Zasso2020-12-071-0/+1
* tools: upgrade to @babel/eslint-parser 7.12.1Antoine du Hamel2020-12-071-3/+10