[PR #323] [CLOSED] Lint #2556

Closed
opened 2026-03-17 00:15:07 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/323
Author: @liyasthomas
Created: 11/22/2019
Status: Closed

Base: masterHead: lint


📝 Commits (5)

📊 Changes

45 files changed (+2678 additions, -1842 deletions)

View changed files

.eslintignore (+103 -0)
.eslintrc.js (+28 -0)
📝 assets/js/curlparser.js (+95 -95)
📝 assets/js/pwa.js (+29 -25)
📝 build.js (+34 -31)
📝 components/ace-editor.vue (+25 -24)
📝 components/autocomplete.vue (+75 -75)
📝 components/collections/addCollection.vue (+12 -10)
📝 components/collections/addFolder.vue (+12 -10)
📝 components/collections/collection.vue (+23 -23)
📝 components/collections/editCollection.vue (+14 -12)
📝 components/collections/editFolder.vue (+13 -11)
📝 components/collections/editRequest.vue (+41 -29)
📝 components/collections/folder.vue (+21 -21)
📝 components/collections/importExportCollections.vue (+42 -40)
📝 components/collections/index.vue (+75 -78)
📝 components/collections/request.vue (+8 -8)
📝 components/collections/saveRequestAs.vue (+69 -54)
📝 components/graphql/field.vue (+10 -8)
📝 components/graphql/type.vue (+6 -4)

...and 25 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/323 **Author:** [@liyasthomas](https://github.com/liyasthomas) **Created:** 11/22/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `lint` --- ### 📝 Commits (5) - [`fbd4ed1`](https://github.com/hoppscotch/hoppscotch/commit/fbd4ed11c4e28735eb176dd1573ae7003293c317) Lint - [`b1228ed`](https://github.com/hoppscotch/hoppscotch/commit/b1228edfcad6e043393a82e583418e32a8c6a6d4) Pre commit hook - [`1e9f322`](https://github.com/hoppscotch/hoppscotch/commit/1e9f322a19448e272da180b525e148b3b7a5b039) Lint on save - [`f71b53c`](https://github.com/hoppscotch/hoppscotch/commit/f71b53c0dea27540707a9a2a193e68d31132d919) :rotating_light: Removing linter warnings - [`fc61e40`](https://github.com/hoppscotch/hoppscotch/commit/fc61e403809d5d03676203ba03f80f1debda9130) Lint ### 📊 Changes **45 files changed** (+2678 additions, -1842 deletions) <details> <summary>View changed files</summary> ➕ `.eslintignore` (+103 -0) ➕ `.eslintrc.js` (+28 -0) 📝 `assets/js/curlparser.js` (+95 -95) 📝 `assets/js/pwa.js` (+29 -25) 📝 `build.js` (+34 -31) 📝 `components/ace-editor.vue` (+25 -24) 📝 `components/autocomplete.vue` (+75 -75) 📝 `components/collections/addCollection.vue` (+12 -10) 📝 `components/collections/addFolder.vue` (+12 -10) 📝 `components/collections/collection.vue` (+23 -23) 📝 `components/collections/editCollection.vue` (+14 -12) 📝 `components/collections/editFolder.vue` (+13 -11) 📝 `components/collections/editRequest.vue` (+41 -29) 📝 `components/collections/folder.vue` (+21 -21) 📝 `components/collections/importExportCollections.vue` (+42 -40) 📝 `components/collections/index.vue` (+75 -78) 📝 `components/collections/request.vue` (+8 -8) 📝 `components/collections/saveRequestAs.vue` (+69 -54) 📝 `components/graphql/field.vue` (+10 -8) 📝 `components/graphql/type.vue` (+6 -4) _...and 25 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:15:07 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#2556
No description provided.