@venizia/dev-configs
v0.0.6
Published
Shared development configurations for Venizia packages
Readme
@venizia/dev-configs
Shared development configurations for the Ignis Framework - includes ESLint, Prettier, and TypeScript settings.
Installation
bun add -d @venizia/dev-configs
# or
npm install -D @venizia/dev-configsUsage
ESLint (eslint.config.mjs)
import { eslintConfigs } from "@venizia/dev-configs";
export default eslintConfigs;Prettier (.prettierrc.mjs)
import { prettierConfigs } from "@venizia/dev-configs";
export default prettierConfigs;TypeScript (tsconfig.json)
{
"extends": "@venizia/dev-configs/tsconfig.common.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src"
}
}About Ignis
Ignis brings together the structured, enterprise development experience of LoopBack 4 with the blazing speed and simplicity of Hono - giving you the best of both worlds.
Documentation
License
MIT
