fisker Cheung
fisker Cheung
Also, should we allow `this` in object methods?
Looks like something wrong in `@eslint-community/eslint-utils`, can you share your `App.vue` file?
I'll take a look later. Thanks for the information.
@polis89 Would you mind upgrade to lastest version and try to enable these rules to check if they work with Vue files?
The idea is good, but it's hard to know that `url` has a `file:` protocol.
Another reason why `.pathname` is bad. ```js new URL('file:///path%20/to/file').pathname // -> '/path%20/to/file' ```
> Inside boolean context, I think it could als handle `.find` and its variants exactly the same as it would `.some`. Did you mean ```js if ( array.find(element => element.foo...
How about ```jsx const el = ( { /* * a comment * on several lines */ } ); ```
> That makes a total of four dead lines ({, /*, */, }) around the comment body, which imho hurts readability. Good point. > Your suggestion also has one-space indentation...
Hello, I'm from Prettier core team, this should be a Prettier issue, and I'm considering reverting the change mentioned in https://github.com/shufo/prettier-plugin-blade/issues/311#issuecomment-2668029476 @shufo Can you transfer the issue to Prettier (Not...