Mickaël

Results 19 comments of Mickaël

Actually I found a case where my fix isn't working: when there is styling tags between the `$` and the `}` of a single variable. Because all tags are stripped...

Gently ping @troosan @will2877 until this is merged you can use [`cweagans/composer-patches`](https://packagist.org/packages/cweagans/composer-patches) with the patch at https://github.com/PHPOffice/PHPWord/commit/f955a818014be369a50371da2445dda1c6aaeaf0.patch

I rebased the branch to be up to date with `master`, this needed some adaptations to handle custom macro chars that wasn't overridable at the time the PR was made....

Hi, no problem for the delay. I did the [requested](https://github.com/dword-design/eslint-plugin-import-alias/pull/175/commits/c73732d550bbdd45fd30cdad6e960dc901da9124) [changes](https://github.com/dword-design/eslint-plugin-import-alias/pull/175/commits/6f05f08f6ba28018bea44d7dd5279310b380b0bb) but then I tested on a real project and realized a bug and a regression introduced by my modifications,...

@dword-design docs are here, feel free to merge if you think it's ok. Just one last little thing: in my project I have some parent imports inside of an alias,...

Sure, in my project I have some root folders for general (non-specific) stuff and I want their imports to be written with the alias everywhere in the code, but I...

Yes you're right with the last sentence, I always want to import top-level files from `components` and `hooks` as aliases so it's clear from the import that they are "components"...

Hi, sorry for the delay. Yeah you summed it up well :+1: Actually I didn't know that the `.eslintrc.json` (and equivalents) was deprecated in favor of `eslint.config.js` (and equivalents), so...

Hello, I just came across this issue by chance, not sure if this is still relevant but maybe I can help those who will end up here and need a...