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 evaluation assesses how well the engineer uses @kunalgolani/eslint-config to create ESLint configurations for multiple JavaScript environments. The focus is on correctly extending the appropriate presets for ESNext, Node.js, and React Native environments.",
"type": "weighted_checklist",
"checklist": [
{
"name": "ESNext Config Extension",
"description": "Uses 'recommended/esnext' in the extends array when generating ESNext configurations",
"max_score": 20
},
{
"name": "ESNext Style Guide",
"description": "Uses 'recommended/esnext/style-guide' in the extends array when includeStyleGuide is true for ESNext",
"max_score": 15
},
{
"name": "Node Config Extension",
"description": "Uses 'recommended/node' in the extends array when generating Node.js configurations",
"max_score": 20
},
{
"name": "Node Style Guide",
"description": "Uses 'recommended/node/style-guide' in the extends array when includeStyleGuide is true for Node.js",
"max_score": 15
},
{
"name": "React Native Extension",
"description": "Uses 'recommended/react-native' in the extends array when generating React Native configurations",
"max_score": 20
},
{
"name": "Configuration Structure",
"description": "Returns properly structured ESLint configuration objects with an 'extends' property containing an array of preset strings",
"max_score": 10
}
]
}