@hitachivantara/uikit-config
v0.5.3
Published
UI Kit Sharable projects configurations
Downloads
149
Readme
@hitachivantara/uikit-config
UI Kit Sharable projects configurations
Installation
Install the package in your project, and any peer-dependencies you need
npm i -D prettier@3 @hitachivantara/uikit-configUsage
Extend the configurations in package.json or the corresponding config file.
Prettier
Example Prettier configuration in package.json:
{
"prettier": "@hitachivantara/uikit-config/prettier"
}TSConfig
{
"extends": "@hitachivantara/uikit-config/tsconfig"
}oxlint
{
"extends": ["./node_modules/@hitachivantara/uikit-config/oxlint/strict.json"]
}