rsm-hcd / AndcultureCode.JavaScript.React.Components

Common atomically designed react components used at andculture
6 stars 8 forks source link

Static Analysis #88

Open wintondeshong opened 3 years ago

wintondeshong commented 3 years ago

In further defining our standards/patterns around atomic design it really should be married with static analysis tooling to keep us in check. That for folks to bend the rules, they must explicitly call it out (ie. lint rules, rules of hooks, etc...)

Just like we need the use of C# analyzers on the backend to maintain the integrity of the layers of the onion, we need that here to accompany the documentation.