From ac1ff1ad4d099043d576f6d5c9eb7c5f9f24bd44 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 26 Aug 2021 20:20:36 -0600 Subject: [PATCH] chore: fix url, update lint config --- .jshintrc | 6 ++++++ .prettierrc => .prettierrc.json | 0 package.json | 20 +++----------------- 3 files changed, 9 insertions(+), 17 deletions(-) create mode 100644 .jshintrc rename .prettierrc => .prettierrc.json (100%) diff --git a/.jshintrc b/.jshintrc new file mode 100644 index 0000000..d480228 --- /dev/null +++ b/.jshintrc @@ -0,0 +1,6 @@ +{ + "esversion": 11, + "node": true, + "unused": true, + "curly": true +} diff --git a/.prettierrc b/.prettierrc.json similarity index 100% rename from .prettierrc rename to .prettierrc.json diff --git a/package.json b/package.json index 263d87c..d5c8110 100644 --- a/package.json +++ b/package.json @@ -12,26 +12,12 @@ "scripts": { "test": "node tests" }, - "files": [ - "*.js", - "bin", - "lib", - "dist" - ], + "files": ["*.js", "bin", "lib", "dist"], "repository": { "type": "git", - "url": "https://git.rootprojects.org/root/csr.js.git" + "url": "https://github.com/therootcompany/keypairs.js.git" }, - "keywords": [ - "ASN.1", - "DER", - "PEM", - "x509", - "RSA", - "EC", - "ECDSA", - "asn1" - ], + "keywords": ["ASN.1", "DER", "PEM", "x509", "RSA", "EC", "ECDSA", "asn1"], "author": "AJ ONeal (https://coolaj86.com/)", "license": "MPL-2.0", "dependencies": {