gecko-dev/accessible/tests/mochitest/.eslintrc.js

12 строки
321 B
JavaScript

"use strict";
module.exports = {
"rules": {
// XXX These are rules that are enabled in the recommended configuration, but
// disabled here due to failures when initially implemented. They should be
// removed (and hence enabled) at some stage.
"no-nested-ternary": "off",
"no-undef": "off",
}
};