mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-09 05:14:24 +00:00
8 lines
86 B
JavaScript
8 lines
86 B
JavaScript
"use strict";
|
|||
|
|||
module.exports = {
|
|||
"extends": [
|
|||
"../toolkit/.eslintrc.js"
|
|||
]
|
|||
};
|