mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 06:47:35 +09:00
7 lines
147 B
JavaScript
7 lines
147 B
JavaScript
"use strict";
|
|
|
|
module.exports = { // eslint-disable-line no-undef
|
|
"extends": [
|
|
"../../../../../testing/mochitest/browser.eslintrc.js"
|
|
]
|
|
};
|