From 57a9acda9a6b3394c76cd75b9f7a6823ecf2affe Mon Sep 17 00:00:00 2001 From: Justin Fuller Date: Thu, 4 Jan 2024 20:12:46 -0500 Subject: [PATCH] Remove jsfmt (#14) --- .eslintrc.js | 1 - package-lock.json | 16 ---------------- package.json | 1 - 3 files changed, 18 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 8c5e978..54a1c19 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -4,5 +4,4 @@ module.exports = { es2024: true, worker: true, }, - extends: "jsfmt", }; diff --git a/package-lock.json b/package-lock.json index 00e0844..9dc2fcf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,6 @@ "chalk": "^5.3.0", "chalk-cli": "^5.0.1", "eslint": "^8.47.0", - "eslint-config-jsfmt": "git://github.com/justindfuller/jsfmt", "markdownlint-cli2": "^0.11.0", "prettier": "^3.0.1", "stylelint": "^16.0.2", @@ -1045,15 +1044,6 @@ "url": "https://opencollective.com/eslint" } }, - "node_modules/eslint-config-jsfmt": { - "version": "1.0.2", - "resolved": "git+ssh://git@github.com/justindfuller/jsfmt.git#115c2082dda4563c50538cdb1f3c2ccd2bd85d93", - "dev": true, - "license": "ISC", - "peerDependencies": { - "eslint": "^8.47.0" - } - }, "node_modules/eslint-scope": { "version": "7.2.2", "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", @@ -3745,12 +3735,6 @@ } } }, - "eslint-config-jsfmt": { - "version": "git+ssh://git@github.com/justindfuller/jsfmt.git#115c2082dda4563c50538cdb1f3c2ccd2bd85d93", - "dev": true, - "from": "eslint-config-jsfmt@git://github.com/justindfuller/jsfmt", - "requires": {} - }, "eslint-scope": { "version": "7.2.2", "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", diff --git a/package.json b/package.json index 3baece9..72e6f00 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,6 @@ "chalk": "^5.3.0", "chalk-cli": "^5.0.1", "eslint": "^8.47.0", - "eslint-config-jsfmt": "git://github.com/justindfuller/jsfmt", "markdownlint-cli2": "^0.11.0", "prettier": "^3.0.1", "stylelint": "^16.0.2",