Pluggable ESLint configuration for Node.js that extends ESNext with Node.js-specific safety checks and best practices
73
{
"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
}
]
}Install with Tessl CLI
npx tessl i tessl/npm-eslint-config-nodedocs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10