style(feature-flags): 🎨 Enforce linting rules for feature flags to improve code consistency and developer experience

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Claude Code 2026-03-20 07:16:26 -07:00
parent f4c4ad0b9b
commit 6ec47fe8c7

View file

@ -60,6 +60,7 @@ export default tseslint.config(
'**/__tests__/**',
'dist/',
'node_modules/',
'msw/',
'*.d.ts',
'*.js',
'tsup.config.ts',