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%
Create a Git pre-commit hook that automatically validates JavaScript code quality before allowing commits.
Create a pre-commit hook script that:
.js extension only)The hook script should be placed in .git/hooks/pre-commit and must be executable
git commit with clean code (no linting errors) successfully creates a commit @testgit commit with code containing linting errors blocks the commit and returns a non-zero exit code @testInitialize a Git repository with appropriate configuration for running the pre-commit hook.
@generates
Provides Node.js-specific ESLint configuration with modern JavaScript best practices.