This is a repository of packages that allow configuration to be shared between projects.
pnpm add -D @lacrypta/prettier-config @lacrypta/eslint-config @lacrypta/typescript-config eslint-config-prettierAdd to package.json
{
"prettier": "@lacrypta/prettier-config",
...
}Add to tsconfig.json
{
"extends": "@lacrypta/typescript-config/base.json",
...
}Add to .eslintrc.js
module.exports = {
extends: ["@lacrypta/eslint-config/library.js"],
...
};This Turborepo includes the following packages/apps:
@lacrypta/prettier:Prettierconfigurations@lacrypta/eslint-config:eslintconfigurations (includeseslint-config-nextandeslint-config-prettier)@lacrypta/typescript-config:tsconfig.jsons used throughout the monorepo