1.0.0 • Published 9 years ago
eslint-plugin-testharness v1.0.0
ESLint testharness.js configuration
This is an eslint configuration for W3C's testharness.js test runner that is used to run the web platform tests.
Usage
npm install --save-dev eslint-plugin-testharness
Extend your existing eslint configuration and set a new environment:
{
"plugins": [
"testharness"
],
"env": {
"testharness/testharness": true
}
}