Alexander Zaytsev

Results 7 issues of Alexander Zaytsev

In new version of `stylelint-config-standard@^20.0.0"` has a rule `value-keyword-case` if use flag `--fix` then classnames fixed to lowercase in composes. run: ```bush npx stylelint src/**/*.css --fix ``` transform: ```diff .btnDefault...

The modern build tooling, browsers, and Nodejs support ES6 `import/export`. May you migrate to ES6 export instead of a hacky way to detect the environment ```js export { countdown };...

Combine two cases when video id in query parameter ?v= or &v=

**Feature request** Remove exception value in `try..catch`, if it's not used. ```diff function isValidJSON(text) { try { JSON.parse(text); return true; - } catch (error) { + } catch { return...

enhancement

In the 22 line, we check that the `member` param is the `MemberExpression`. We can initialize the nodes array with the `property` key, and start the loop with the first...

PR: Performance :running_woman: