Loading...
Found 1 Skills
Functional Style Guidelines for TypeScript. Coding rules that must be followed when processing **/*.{ts,tsx,js,jsx} code: Prioritize pure functions and composition, restrict mutability, ensure precise typing, and maintain declarative data transformation.