lucasrmendonca

Results 15 issues of lucasrmendonca

I am using a `.eslintrc.json` file as such: ``` { "settings": { "import/extensions": [".js"] }, "ignorePatterns": ["node_modules/"], "parserOptions": { "ecmaVersion": "latest" }, "extends": ["eslint:recommended"], "rules": { "arrow-body-style": ["error", "as-needed"], }...

When linting .jsx files I have the following error: `This experimental syntax requires enabling one of the following parser plugin(s): ‘jsx, flow, typescript’` My .eslintrc.json config file is as follows:...

Jest test environments are now recommended to be set per-file to improve performance by adding a `@jest-environment` docblock at the top of the file: ``` /** * @jest-environment jsdom */...

clashing-rules

Nice to have: move requestId validation logic into _wsOnMessage()

house keeping

Before, when calling the plugin with the "manifest" option, the Content Scripts were not auto-reloading like they were when listing each entry as a separate argument. Now, using the "manifest"...

This change enables us to use JSDoc comments to type-check the Prettier options available. Also, set endOfLine to "crlf" because it was causing issues when running "npm run format" on...

This is a minor refactoring to improve readability [//]: # (Briefly describe what your PR is about and/or solves.) #### Checklist - [x] I ran the linting and formatting tools...

[//]: # (These comments will not show up. You can keep them or delete them, up to you.) #### Describe the bug When calling the plugin with the "manifest" option,...

type: bug

It would be cool if Knip could support NodeJs [ESM Subpath Imports](https://nodejs.org/api/packages.html#subpath-imports) such as `#*` out-of-the-box without having to declare the subpaths again in Knip's `paths` setting. Some other tools...

feature request

How do I use Open.url with native "fetch" on Node.js v20.9.0 ? ```js const directory = await unzipper.Open.url(fetch, 'https://www.dwsamplefiles.com/?dl_id=559'); ``` ``` TypeError: Failed to parse URL from [object Object] at...