Budarin-vv

- Total activity 23
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Created Parse PostCSS mixins error - a term expected
Hi!have a WebStorm project with postCSS & plugins.postCSS config:```jsconst path = require('path');const env = process.env.NODE_ENV;const plugins = [ require('postcss-cssnext')({ // brows... -
Created У WebStorm раздвоение личности )
Подключил к проекту Flow и использую репозиторий типов flow-typed Импортирую тип: import type { Store } from 'redux'; и тут у IDE наступает раздвоение личности: По нажатию на Store - открывается фа... -
Created Flow crashes very often
It crashes when run project or code refactoringhttps://github.com/facebook/flow/issues/5184#issuecomment-351422204 -
Edited How to prevent syntax checking in markdown files
I have a problem in markdown files - when I describe block as js code like this```js... code... ``` IDE produces some errors in js samples which is not correct - it's only sample code in docs