[PR #101] [CLOSED] ADD: linter #2413

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/101
Author: @AlphaWong
Created: 8/30/2019
Status: Closed

Base: masterHead: feature/add-linter


📝 Commits (3)

📊 Changes

22 files changed (+850 additions, -12090 deletions)

View changed files

.eslintignore (+1 -0)
.eslintrc.js (+17 -0)
📝 .gitignore (+4 -0)
📝 README.md (+2 -1)
📝 assets/js/pwa.js (+5 -7)
📝 components/history.vue (+54 -59)
📝 components/logo.vue (+7 -7)
📝 components/section.vue (+22 -22)
📝 components/settings/swatch.vue (+15 -15)
📝 components/toggle.vue (+12 -16)
📝 layouts/default.vue (+36 -36)
📝 layouts/error.vue (+13 -13)
📝 nuxt.config.js (+24 -24)
package-lock.json (+0 -11282)
📝 package.json (+10 -1)
📝 pages/index.vue (+344 -341)
📝 pages/settings.vue (+120 -120)
📝 pages/websocket.vue (+125 -108)
📝 plugins/vuex-persist.js (+3 -3)
📝 store/index.js (+1 -1)

...and 2 more files

📄 Description

Hi,

related

https://github.com/liyasthomas/postwoman/issues/98

Please review my change.

Cheers,
Alpha


🔄 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/101 **Author:** [@AlphaWong](https://github.com/AlphaWong) **Created:** 8/30/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/add-linter` --- ### 📝 Commits (3) - [`4b3fb7c`](https://github.com/hoppscotch/hoppscotch/commit/4b3fb7c54ccf721d358a0aa721ae83c7bf87ccc9) ADD: linter - [`52284b6`](https://github.com/hoppscotch/hoppscotch/commit/52284b6c87f69fd466b5ac5ce0f59bd24911e3a9) Code cleanup - [`507336d`](https://github.com/hoppscotch/hoppscotch/commit/507336d4f05e11ddca2ed77b4bf34976b92b0db8) Merge branch 'master' into feature/add-linter ### 📊 Changes **22 files changed** (+850 additions, -12090 deletions) <details> <summary>View changed files</summary> ➕ `.eslintignore` (+1 -0) ➕ `.eslintrc.js` (+17 -0) 📝 `.gitignore` (+4 -0) 📝 `README.md` (+2 -1) 📝 `assets/js/pwa.js` (+5 -7) 📝 `components/history.vue` (+54 -59) 📝 `components/logo.vue` (+7 -7) 📝 `components/section.vue` (+22 -22) 📝 `components/settings/swatch.vue` (+15 -15) 📝 `components/toggle.vue` (+12 -16) 📝 `layouts/default.vue` (+36 -36) 📝 `layouts/error.vue` (+13 -13) 📝 `nuxt.config.js` (+24 -24) ➖ `package-lock.json` (+0 -11282) 📝 `package.json` (+10 -1) 📝 `pages/index.vue` (+344 -341) 📝 `pages/settings.vue` (+120 -120) 📝 `pages/websocket.vue` (+125 -108) 📝 `plugins/vuex-persist.js` (+3 -3) 📝 `store/index.js` (+1 -1) _...and 2 more files_ </details> ### 📄 Description Hi, # related https://github.com/liyasthomas/postwoman/issues/98 Please review my change. Cheers, Alpha --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:07:11 +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#2413
No description provided.