From d1b67a57d3013766e89b27d8cf1dc0e774b56c8f Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 18 Mar 2020 09:27:54 +0000 Subject: [PATCH] Bug 1622328 - .eslintrc.js: Add the license r=Standard8 Leave message empty to abort commit. HG: -- HG: user: Sylvestre Ledru HG: branch 'default' HG: changed .eslintrc.js Depends on D66801 Differential Revision: https://phabricator.services.mozilla.com/D66802 --- .eslintrc.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.eslintrc.js b/.eslintrc.js index b6d44cf3fd2f..cff51217364d 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,3 +1,7 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + "use strict"; const xpcshellTestConfig = require("eslint-plugin-mozilla/lib/configs/xpcshell-test.js");