Yves M.
Yves M.
Can you improve the documentation and add what exceptions are thrown and why? For example if you use get with a non existing reference token, the function will throw an...
With the following rule: ```js "unicorn/consistent-function-scoping" : ["error", { checkArrowFunctions : true }] ``` (I do really want arrow function to move upper scope when they do not use any...
### Description Prefer `Array.from(arrayLike, mapFn)` over `Array.from(arrayLike).map(...)` Prefer directly using `Array.from` [`mapFn` argument](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/from#mapfn) instead of an extra `map`. This is supposed to improve performances. ### Fail ```js const foo =...
### Name of the resource AWS::WAFv2::LoggingConfiguration ### Resource Name _No response_ ### Issue Description If I create a brand new `AWS::WAFv2::LoggingConfiguration` with an invalid `ResourceArn` the creation fails as expected,...
**Information:** - ESLint version: 8.57.0 - `eslint-plugin-regexp` version: 2.6.0 **Description** With this rule elabled: ```js "regexp/letter-case" : "error" ``` The following code: ```js const REG = /\u036F/; ``` is reported...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...