Dima Vyshniakov

Results 51 issues of Dima Vyshniakov

Add is-ci script to husky install Also here https://github.com/morewings/cra-template-npm-library/blob/master/prepare.js#L12

- Add semantic release package. - Add commitlint. - Add docs about that.

documentation
enhancement
Version 2.x

Relates to #801

Version 2.x

Has to be done after #801 - transpile project files to javascript; - tsconfig => jsconfig; - change rollup config;

Version 2.x

Based on rollup plugin post CSS options

documentation
Version 2.x

I have this test file: ```js import { renderHook } from '@testing-library/react-hooks'; import matchMedia from '@/common/testUtils'; import { useMatchMedia } from './../useMatchMedia'; describe('useMatchMedia', () => { it('returns boolean', () =>...

I created a similar template which is more up to date: https://github.com/morewings/react-library-template. I update dependencies every month.