@idleberg/configs
v0.4.2
Published
A collection of configuration files for my own projects
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 = "v0.4.2"
configs = [
"lefthook/biome.toml",
"lefthook/commitlint.toml",
"lefthook/e18e.toml"
]This requires public-hoist-pattern for some dependencies enabled in the .npmrc file:
public-hoist-pattern[]=*@biomejs/biome*
public-hoist-pattern[]=*@e18e/cli*
public-hoist-pattern[]=*@total-typescript/tsconfig*
public-hoist-pattern[]=*lefthook*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"
}