tessl install tessl/npm-eslint-config-node@3.0.0Pluggable ESLint configuration for Node.js that extends ESNext with Node.js-specific safety checks and best practices
Agent Success
Agent success rate when using this tile
73%
Improvement
Agent success rate improvement when using this tile compared to baseline
1.12x
Baseline
Agent success rate without this tile
65%
{
"context": "This criteria evaluates how effectively the engineer uses @kunalgolani/eslint-config package's composable configuration architecture to build layered ESLint configurations. It focuses on proper usage of the package's ESNext, Node.js, and style guide configurations through the extends mechanism.",
"type": "weighted_checklist",
"checklist": [
{
"name": "ESNext config usage",
"description": "Uses @kunalgolani/eslint-config's ESNext base configuration (e.g., 'recommended/esnext' or specific esnext config) in the extends array for the ESNext configuration",
"max_score": 25
},
{
"name": "Node config composition",
"description": "Properly composes Node.js configuration by extending @kunalgolani/eslint-config's Node configuration (e.g., 'recommended/node') which inherently extends ESNext, demonstrating understanding of the package's layered architecture",
"max_score": 25
},
{
"name": "Style guide layering",
"description": "Correctly layers style guide rules by extending @kunalgolani/eslint-config's style guide configurations (e.g., 'recommended/node/style-guide' or 'recommended/esnext/style-guide') on top of base configurations",
"max_score": 25
},
{
"name": "Multi-config composition",
"description": "Demonstrates the composeConfigs function by properly combining multiple @kunalgolani/eslint-config package configurations using the extends array, showing understanding of ESLint's configuration merging behavior",
"max_score": 25
}
]
}