UNPKG

vibe-init

Version:

Create a new project with good vibes ✨ - A modern full-stack monorepo template

11 lines (10 loc) 261 B
/** @type {import("eslint").Linter.Config} */ module.exports = { root: true, ignorePatterns: [".eslintrc.cjs"], extends: ["@{{KEBAB_CASE_NAME}}/eslint-config/index.js"], parser: "@typescript-eslint/parser", parserOptions: { project: true, }, };