Misk Prettier
This package provides shared Prettier config across Misk tab repos.
Getting Started
$ yarn add @misk/prettier
Add the following key to your package.json
.
{
"prettier": "@misk/prettier"
}
0.5.1
Mon, 18 Oct 2022 20:23:00 GMT
Includes a bug fix to the development webpack config in order to remove the deprecated inline
argument.
0.5
Mon, 18 Oct 2022 14:53:00 GMT
This release includes major upgrades to many dependencies including Webpack (4 -> 5), typescript (3.9.x -> 4.8.x). tslint has been migrated to eslint, meaning @misk/tslint
has been removed. dayjs, immutable, react-hot-loader, styled-components have been removed as vendored packages.