Dima Vyshniakov
Dima Vyshniakov
Add is-ci script to husky install Also here https://github.com/morewings/cra-template-npm-library/blob/master/prepare.js#L12
Fixes #801
- Add semantic release package. - Add commitlint. - Add docs about that.
Has to be done after #801 - transpile project files to javascript; - tsconfig => jsconfig; - change rollup config;
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.