mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 07:13:20 +00:00
fd32e8da4a
MozReview-Commit-ID: AlfInBsIPnF --HG-- rename : security/manager/.eslintrc.js => security/.eslintrc.js extra : rebase_source : 4dfdd45a4f1e4d3e45e2ef353dd0bb343a3d1adb
6 lines
80 B
JavaScript
6 lines
80 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
"extends": "plugin:mozilla/browser-test"
|
|
};
|