eslint-tap
Advanced tools
Weekly downloads
Readme
TAP, the Test Anything Protocol, is a simple text-based interface between testing modules in a test harness. TAP started life as part of the test harness for Perl but now has implementations in C/C++, Python, PHP, Perl and probably others by the time you read this.
$ npm install --save-dev eslint-tap
$ eslint --format=node_modules/eslint-tap file.js
grunt.initConfig({
eslint: {
options: {
format: 'node_modules/eslint-tap'
},
target: ['file.js']
}
});
grunt.loadNpmTasks('grunt-eslint');
grunt.registerTask('default', ['eslint']);
MIT © Sindre Sorhus
FAQs
TAP formatter for ESLint
The npm package eslint-tap receives a total of 328 weekly downloads. As such, eslint-tap popularity was classified as not popular.
We found that eslint-tap demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.