mirror of
https://github.com/roytam1/UXP.git
synced 2026-07-20 22:18:32 +00:00
8 lines
115 B
JavaScript
8 lines
115 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
"extends": [
|
|
"../../../../../testing/mochitest/browser.eslintrc.js"
|
|
]
|
|
};
|