Packages
A spellchecker for Elixir, made with Bun and cspell
Current section
Files
Jump to
Current section
Files
priv/bun/node_modules/fast-equals/.release-it.json
{
"github": {
"release": true,
"tagName": "v${version}"
},
"hooks": {
"before:init": [
"npm run typecheck",
"npm run lint",
"npm run test",
"npm run build"
]
}
}