alpha
Login
or
Join now
qtea.me
/
witchsky.app
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Bluesky app fork with some witchin' additions 馃挮
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
witchsky.app
/
eslint
/
at
feat/selection
1 folder
5 files
Samuel Newman
Update `typescript-eslint`, fix up eslint setup (#10150)
3mo ago
a697841a
__tests__
Update `typescript-eslint`, fix up eslint setup (#10150)
3 months ago
avoid-unwrapped-text.js
Update `typescript-eslint`, fix up eslint setup (#10150)
3 months ago
index.js
Add ESLint rule to enforce Lingui msg usage (#9789) * Add ESLint rule to enforce Lingui msg usage Adds a custom ESLint rule 'lingui-msg-rule' that ensures the Lingui _() function is called with msg`` template literals or plural/select macros, preventing accidental misuse like _('string') which bypasses i18n. https://claude.ai/code/session_01JMXXPUgAHiSBGmfGwUojKy * Support msg({...}) descriptor form and add auto-fix - Allow msg() function call form: _(msg({message: 'Hello'})) - Add auto-fix for string literals: _('Bad') -> _(msg`Bad`) - Add auto-fix for untagged templates: _(`Bad`) -> _(msg`Bad`) - No auto-fix for variables/function calls (not safely fixable) https://claude.ai/code/session_01JMXXPUgAHiSBGmfGwUojKy * fix complex cases * run autofix HELL YEAH --------- Co-authored-by: Claude <noreply@anthropic.com>
5 months ago
lingui-msg-rule.js
Add ESLint rule to enforce Lingui msg usage (#9789) * Add ESLint rule to enforce Lingui msg usage Adds a custom ESLint rule 'lingui-msg-rule' that ensures the Lingui _() function is called with msg`` template literals or plural/select macros, preventing accidental misuse like _('string') which bypasses i18n. https://claude.ai/code/session_01JMXXPUgAHiSBGmfGwUojKy * Support msg({...}) descriptor form and add auto-fix - Allow msg() function call form: _(msg({message: 'Hello'})) - Add auto-fix for string literals: _('Bad') -> _(msg`Bad`) - Add auto-fix for untagged templates: _(`Bad`) -> _(msg`Bad`) - No auto-fix for variables/function calls (not safely fixable) https://claude.ai/code/session_01JMXXPUgAHiSBGmfGwUojKy * fix complex cases * run autofix HELL YEAH --------- Co-authored-by: Claude <noreply@anthropic.com>
5 months ago
use-exact-imports.js
Update `typescript-eslint`, fix up eslint setup (#10150)
3 months ago
use-prefixed-imports.js
Update `typescript-eslint`, fix up eslint setup (#10150)
3 months ago