This package is a meta package that bundles other packages all together. To install, add the following to your package.json file:
{
"devDependencies": {
"@bndigital/cosmiconfig": "^1.0.8"
}
}and configure corresponding tools as described below.
In your tsconfig.json file, add the following:
{
"extends": "@bndigital/typescript/standard"
}Available profiles to use:
@bndigital/typescript/standard@bndigital/typescript/react@bndigital/typescript/strapi-admin@bndigital/typescript/strapi-server@bndigital/typescript/pulumi@bndigital/typescript/projen
In your package.json file, add the following:
{
"eslintConfig": {
"extends": "@bndigital/eslint-config"
}
}In your package.json file, add the following:
{
"stylelint": {
"extends": "@bndigital/stylelint-config"
}
}In your package.json file, add the following:
{
"prettier": "@bndigital/prettier-config"
}See vite for more information.
See graphql for more information.