Pluggable ESLint configuration for Node.js that extends ESNext with Node.js-specific safety checks and best practices
73
{
"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
}
]
}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