Skip to content

RubricLab/config

Repository files navigation

@rubriclab/config

Developer config files such as Biome, TypeScript, and PostCSS.

Usage

bun add @rubriclab/config

Biome

// biome.json
{
	"extends": ["@rubriclab/config/biome"]
}

TypeScript

// tsconfig.json
{
	"compilerOptions": {
		"baseUrl": ".",
		"paths": {
			"@/*": ["./src/*"]
		},
		"plugins": [{ "name": "next" }],
		"target": "esnext"
	},
	"exclude": ["node_modules"],
	"extends": "@rubriclab/config/tsconfig",
	"include": ["./src/**/*.ts", "./src/**/*.tsx", ".next/types/**/*.ts", "next-env.d.ts"]
}

PostCSS

// postcss.config.mjs
export default {
	plugins: ["@tailwindcss/postcss"]
}

About

Developer config files such as biome, tsconfig, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •