Shahar "Dawn" Or
Shahar "Dawn" Or
Like standard has: https://github.com/standard/standard/blob/v14.3.1/test/clone.js
# Extensions proposal ## Background In the past we had a React and a JSX plugin. To avoid bloat, these were removed from standard. Were they dependencies? I've recently [suggested...
This style rule helps with rebasing. And also makes a decision for us. So one less decision for us to make. https://github.com/gmsorrow/eslint-plugin-modules-newline
https://eslint.org/docs/rules/multiline-comment-style Let's set a standard for multiline comments. The default `starred-block` seems like the way to go.
This should help prevent accidental inclusion of old build artifacts in packages.
And reorganize those types a little bit. Closes #547.
https://github.com/cyclejs/cyclejs/blob/313762d9beb87e099bb36511875c42bd7e1ff980/state/src/types.ts#L2 Is this exported `Reducer` meant to be imported and used in apps? I find that in my app I would like to have a reducer type where state is...