Need to create .eslintrc.cjs
with this content:
// eslint-disable-next-line @typescript-eslint/no-var-requires
const path = require('path')
/** @type {import("eslint").Linter.Config} */
const config = {
overrides: [
# Amazon Q pre block. Keep at the top of this file. | |
[[ -f "${HOME}/Library/Application Support/amazon-q/shell/zshrc.pre.zsh" ]] && builtin source "${HOME}/Library/Application Support/amazon-q/shell/zshrc.pre.zsh" | |
# 🤖 Amazon Q Integration - Required at top | |
# ⚡ Critical fast-loading configurations first | |
# Basic environment variables setup | |
export LANG=en_US.UTF-8 | |
export LANGUAGE=en_US.UTF-8 | |
export LC_ALL=en_US.UTF-8 | |
# 📚 Lazy-load NVM for faster startup |
tap "buo/cask-upgrade" | |
tap "dotenvx/brew" | |
tap "libsql/sqld" | |
tap "modularml/packages" | |
tap "mongodb/brew" | |
tap "oven-sh/bun" | |
tap "romkatv/powerlevel10k" | |
tap "sst/tap" | |
tap "supabase/tap" | |
tap "tursodatabase/tap" |
{ | |
"referrer": { | |
"allowed_domains": [ | |
"localhost:3333", | |
"*.specialscomedy.com", | |
"specialscomedy.com" | |
], | |
"allow_no_referrer": false | |
}, | |
"new_asset_settings": { |
# 📁 Destination folder 👇 | |
# ~/.config/starship.toml | |
command_timeout = 4000 | |
[battery] | |
full_symbol = "🔋" | |
charging_symbol = "🔌" | |
discharging_symbol = "⚡" |