╰─pwsh─ npx cross-env TIMING=1 eslint .\src\App.tsx --debug --stats
eslint:cli CLI args: [ '.\\src\\App.tsx', '--debug', '--stats' ] +0ms
eslint:cli Using flat config? true +1ms
eslint:cli Running on files +2ms
eslint:eslint Using config loader LegacyConfigLoader +0ms
eslint:eslint Using file patterns: .\src\App.tsx +0ms
eslint:eslint Deleting cache file at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\.eslintcache +0ms
eslint:config-loader Calculating config for file C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\src\App.tsx +0ms
eslint:config-loader Searching for eslint.config.js +0ms
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// @ts-nocheck | |
/** | |
* Optimized ESLint configuration for Uptime Watcher | |
* | |
* This configuration is specifically tailored for: | |
* | |
* - Electron + React + TypeScript architecture | |
* - Domain-driven design with Zustand stores | |
* - Service-based backend architecture | |
* - High code quality with reduced false positives |
description | tools | |
---|---|---|
Beast Mode 3.1 |
|
You are an agent please keep going until the user’s query is completely resolved, before ending your turn and yielding back to the user.
Your thinking should be thorough and so it's fine if it's very long. However, avoid unnecessary repetition and verbosity. You should be concise, but thorough. Always use your Super Think and Deep Think modes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#f45873b3-b655-43a6-b217-97c00aa0db58 PowerToys CommandNotFound module | |
Import-Module -Name Microsoft.WinGet.CommandNotFound | |
#f45873b3-b655-43a6-b217-97c00aa0db58 | |
# Alias section | |
New-Alias boottime BootDate | |
New-Alias upsince BootDate | |
New-Alias starttime BootDate |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A collection of Userscripts made by Nick2bad4u / Typpi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A collection of Userstyles made by Nick2bad4u / Typpi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==UserStyle== | |
A collection of SteamStat.us Userstyles | |
==/UserStyle== */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==UserStyle== | |
@name Streams Black Night Mode | |
@version 20241116.05.46 | |
@namespace typpi.online | |
@description Black Mode for your streams | |
@homepageURL https://github.com/Nick2bad4u/UserStyles | |
@author Nick2bad4u | |
@license UnLicense | |
==/UserStyle== */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Auto Merge Dependabot PRs | |
// @namespace https://github.com/Nick2bad4u/UserStyles | |
// @version 1.3 | |
// @description Automatically clicks the merge button on Dependabot PRs and "Done" button on the notification bar | |
// @author Nick2bad4u | |
// @match https://github.com/*/*/pull/* | |
// @grant none | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=github.com | |
// @license UnLicense |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Enlarge YouTube Chat Profile Pictures (HD Version with Caching) | |
// @namespace https://github.com/Nick2bad4u/UserStyles | |
// @version 1.9 | |
// @description Enlarges YouTube chat profile pictures on mouse over, shows HD version, Caches HD images for faster display using Tampermonkey caching. | |
// @author Nick2bad4u | |
// @match https://www.youtube.com/* | |
// @grant GM_setValue | |
// @grant GM_getValue | |
// @grant GM_addStyle |
NewerOlder