You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Goal is to have three different configs available for end users:
async - base framework-agnostic rules
async/node - additional rules for Node.js
async/ts - specific rules for TypeScript users
Similar to how eslint-config-hardcore does it. Then folks can choose to use some (or all) of the rules in their projects based on the type of project they're working in.