aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-02-25 20:21:05 -0500
committerGitHub <noreply@github.com>2021-02-25 20:21:05 -0500
commit782b945905c948b9a0495aa85524ad1a92c7bd97 (patch)
tree2dfe5e1b38a2f448f77f62135a974ca75002090f /package.json
parentb2f225a0d6a63d65d0543539d688d33c51a4fb8e (diff)
Header lint (#1444)
* Add eslint-plugin-header * Add rule for header format * Add missing header * Fix header issues
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 5453926d..4ef284e8 100644
--- a/package.json
+++ b/package.json
@@ -37,6 +37,7 @@
"devDependencies": {
"browserify": "^16.5.2",
"eslint": "^7.15.0",
+ "eslint-plugin-header": "^3.1.1",
"eslint-plugin-no-unsanitized": "^3.1.4",
"fake-indexeddb": "^3.1.2",
"html-validate": "^4.3.0",