@idleberg/configs
v0.3.3
Published
A collection of configuration files for my own projects
Downloads
571
Readme
@idleberg/configs
A collection of configuration files for my own projects.
Configurations
biome
{
"extends": ["@idleberg/configs/biome"]
}Requires public-hoist-pattern[]=*@biomejs/biome* in your .npmrc file.
lefthook
[[remotes]]
git_url = "https://github.com/idleberg/configs"
ref = "main"
configs = [ "lefthook/biome.toml", "lefthook/commitlint.toml" ]Requires public-hoist-pattern[]=*lefthook* in your .npmrc file.
nix
To add the Nix flake to an existing project, run the following command:
nix flake init --template "github:idleberg/configs"To launch the development shell, run nix develop.
tsc
{
"extends": "@idleberg/configs/tsc"
}