Budarin-vv

Avatar
  • 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...
    • 3 followers
    • 4 comments
    • 0 votes
  • Created

    У WebStorm раздвоение личности )

    Подключил к проекту Flow и использую репозиторий типов flow-typed Импортирую тип: import type { Store } from 'redux'; и тут у IDE наступает раздвоение личности: По нажатию на Store - открывается фа...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Flow crashes very often

    It crashes when run project or code refactoringhttps://github.com/facebook/flow/issues/5184#issuecomment-351422204 
    • 2 followers
    • 15 comments
    • 0 votes
  • 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
    • 3 followers
    • 3 comments
    • 1 vote