[PR #163] [CLOSED] feat: configure eslint and prettier #2455

Closed
opened 2026-03-17 00:09:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/163
Author: @jamesgeorge007
Created: 9/24/2019
Status: Closed

Base: masterHead: feat/config-linter


📝 Commits (4)

📊 Changes

4 files changed (+721 additions, -6 deletions)

View changed files

.eslintignore (+2 -0)
.eslintrc (+27 -0)
📝 package-lock.json (+681 -4)
📝 package.json (+11 -2)

📄 Description

  • Add eslint and prettier configurations.
  • Update existing codebase to follow eslint standards.
  • lint on save
  • pre-commit hook

🔄 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/163 **Author:** [@jamesgeorge007](https://github.com/jamesgeorge007) **Created:** 9/24/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feat/config-linter` --- ### 📝 Commits (4) - [`54ea08f`](https://github.com/hoppscotch/hoppscotch/commit/54ea08f0b3bb55a65c4e9507fc859d33db42a99f) install dev deps - [`891662b`](https://github.com/hoppscotch/hoppscotch/commit/891662bf58a900d7d2808ac739982badff38feba) create .eslintrc - [`0c7f984`](https://github.com/hoppscotch/hoppscotch/commit/0c7f9846b6c6545b8aa4eabddf3aa5fbf7dab3fc) add lint scripts - [`91cd1a1`](https://github.com/hoppscotch/hoppscotch/commit/91cd1a1c8d80777e744684804fb0d7b66d08035f) fixup config file ### 📊 Changes **4 files changed** (+721 additions, -6 deletions) <details> <summary>View changed files</summary> ➕ `.eslintignore` (+2 -0) ➕ `.eslintrc` (+27 -0) 📝 `package-lock.json` (+681 -4) 📝 `package.json` (+11 -2) </details> ### 📄 Description - [x] Add `eslint` and `prettier` configurations. - [x] Update existing codebase to follow `eslint` standards. - [ ] lint on save - [ ] `pre-commit` hook --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:09:24 +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#2455
No description provided.