Dactyloidae/toolkit/components/crashes/tests/xpcshell/.eslintrc.js

7 lines
115 B
JavaScript
Raw Normal View History

"use strict";
module.exports = {
"extends": [
"../../../../../testing/xpcshell/xpcshell.eslintrc.js"
]
};