mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 06:47:35 +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"
|
|
}
|
|
};
|