Constantine Genchevsky

Results 19 issues of Constantine Genchevsky

React should be a peerDependency and not a dependency. Otherwise several versions of React may be installed in the application. Also this PR allows usage with React v16 and v17....

If there is a folder that contains a rule index JS file and other util modules the pattern will require a wrong documentation Let's say I have a rule in...

We don't need to analyze strings that play a role of property names

**Checklist** - [x] I have tried restarting my IDE and the issue persists. - [x] I have read the [FAQ](https://eslint.vuejs.org/user-guide/#faq) and my problem is not listed. **Tell us about your...

#### Issue description When BundleAnalyzerPlugin is not used in Webpack config, HMR reloads React components almost immediately. But just adding BundleAnalyzerPlugin to the config adds several extra seconds to the...

type: Feature
Type: Discussion

I use Webpack 3, so have to use `[email protected]` I followed the instructions about importing a theme https://github.com/frontarm/mdx-util/tree/master/packages/mdx-loader#syntax-highlighting . But the result is that background styles are not applied because...

Resolves https://github.com/neutrinojs/neutrino/issues/1277 - [x] Bump minimal Jest version to support Plug and Play - [x] Add PnP middleware - [x] Make sure all resolves are PnP compatible - [x] Use...

feature

The source code that uses webpack-chain is ugly after Prettier auto-formated it. There are no indents ![изображение](https://user-images.githubusercontent.com/673144/110381990-f164d680-8062-11eb-9fe0-f24a28183775.png) Should we consider to refuse usage of Prettier in the project and replace...

Fixes #1628 Continues the work of another PR https://github.com/neutrinojs/neutrino/pull/1629 that not really fixed the issue

Using vertical line in the slassName breaks compilation as it produces invalid JavaScript code ```jsx ``` I know this is weird. But this is valid HTML and should not fail....