mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 16:37:31 +09:00
8 lines
181 B
JavaScript
8 lines
181 B
JavaScript
|
|
"use strict";
|
||
|
|
|
||
|
|
module.exports = { // eslint-disable-line no-undef
|
||
|
|
"rules": {
|
||
|
|
// Disallow non-top level |var| declarations.
|
||
|
|
"mozilla/var-only-at-top-level": "error"
|
||
|
|
}
|
||
|
|
};
|