Mypal/toolkit/components/asyncshutdown/tests/xpcshell/.eslintrc.js
2019-03-11 13:26:37 +03:00

8 lines
115 B
JavaScript

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