Files
tubestation/devtools/shared/security/tests/chrome/.eslintrc.js

7 lines
147 B
JavaScript

"use strict";
module.exports = {
// Extend from the shared list of defined globals for mochitests.
"extends": "plugin:mozilla/chrome-test"
};