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