mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-29 08:54:28 +00:00
8 lines
111 B
JavaScript
8 lines
111 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
"extends": [
|
|
"../../../../testing/mochitest/chrome.eslintrc.js"
|
|
]
|
|
};
|