eslint-plugin-testharness
v1.0.0
Published
ESLint plugin for W3C's testharness.js test runner
Readme
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-testharnessExtend your existing eslint configuration and set a new environment:
{
"plugins": [
"testharness"
],
"env": {
"testharness/testharness": true
}
}