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: [
# 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" | |
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc. | |
# Initialization code that may require console input (password prompts, [y/n] | |
# confirmations, etc.) must go above this block; everything else may go below. | |
# If you come from bash you might have to change your $PATH. | |
# export PATH=$HOME/bin:/usr/local/bin:$PATH | |
export PATH=$PATH:/Users/pavelzaritsky/flutter/bin | |
export MODULAR_HOME="$HOME/.modular" |
tap "buo/cask-upgrade" | |
tap "homebrew/bundle" | |
tap "homebrew/cask" | |
tap "homebrew/core" | |
tap "homebrew/services" | |
tap "libsql/sqld" | |
tap "modularml/packages" | |
tap "ngrok/ngrok" | |
tap "oven-sh/bun" | |
tap "railwayapp/railway" |
{ | |
"referrer": { | |
"allowed_domains": [ | |
"localhost:3333", | |
"*.specialscomedy.com", | |
"specialscomedy.com" | |
], | |
"allow_no_referrer": false | |
}, | |
"new_asset_settings": { |
# Fig pre block. Keep at the top of this file. | |
[[ -f "$HOME/.fig/shell/zshrc.pre.zsh" ]] && builtin source "$HOME/.fig/shell/zshrc.pre.zsh" | |
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc. | |
# Initialization code that may require console input (password prompts, [y/n] | |
# confirmations, etc.) must go above this block; everything else may go below. | |
# If you come from bash you might have to change your $PATH. | |
# export PATH=$HOME/bin:/usr/local/bin:$PATH | |
export PATH=$PATH:/Users/pavelzaritsky/development/flutter/bin |
# 📁 Destenetion folder 👇 | |
# ~/.config/starship.toml | |
[battery] | |
full_symbol = "🔋" | |
charging_symbol = "🔌" | |
discharging_symbol = "⚡" | |
[[battery.display]] | |
threshold = 30 |