Skip to content

Separate base rules from Node-specific rules and add TypeScript rules #1

Closed
@Maximization

Description

@Maximization

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.

{
  "extends": [
    "async",
    "async/node",
    "async/ts"
  ]
}

Give this a thumbs up if you want to see it implemented.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions