Constantine Genchevsky
Constantine Genchevsky
May be somebody uses `npx majestic` instead of `npm install majestic`
`ignorePropertyNames` will be more suitable option name for this feature. If you have no time may be I can add it if we really need it. What should be its...
I am going to do this in this PR. Just give me your opinion on the description of the options names and default values
I have nave faced anything like this. But may be on initial build it should work as it is now, but on the next incremental re-build this plugin can call...
I would like to investigate it. Can you give me some hints? Is this true that "bundle analyzer UI updates automatically after compilation" feature works on HMR client and is...
It is so obvious to me that I can't wait when this will be done. @mysticatea can you show examples of mistakes that you want to prevent with this rule...
Do we have any official answer from the Github Actions Team? This issue is a real quota killer.
You need to explicitly set a tip for ESlint Vue Plugin that the exported object is a component declaration **componenst-javascript.js** ```js // @vue/component export default { ... } ``` But...
It is easy to confuse 'app' and 'application' in a such case. Better replace the **dash** with `\b` expression that means the end of the word with any delimiter or...
Ok. Lets not confuse `[-|_]` and `(-|_)` - `[-|_]` finds `-`, `|`, `_` symbols - `(-|_)` finds `-` or `_` So what is expected?