From 782b945905c948b9a0495aa85524ad1a92c7bd97 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Thu, 25 Feb 2021 20:21:05 -0500 Subject: Header lint (#1444) * Add eslint-plugin-header * Add rule for header format * Add missing header * Fix header issues --- ext/js/input/hotkey-help-controller.js | 2 +- ext/js/input/hotkey-util.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/js/input') diff --git a/ext/js/input/hotkey-help-controller.js b/ext/js/input/hotkey-help-controller.js index 9bf95c77..3f33a1f4 100644 --- a/ext/js/input/hotkey-help-controller.js +++ b/ext/js/input/hotkey-help-controller.js @@ -12,7 +12,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . */ /* global diff --git a/ext/js/input/hotkey-util.js b/ext/js/input/hotkey-util.js index ea3daf97..3e6d6388 100644 --- a/ext/js/input/hotkey-util.js +++ b/ext/js/input/hotkey-util.js @@ -12,7 +12,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . */ /** -- cgit v1.2.3