Skip to content

Commit

Permalink
Merge pull request #223 from pulsar-edit/repo-cleanup
Browse files Browse the repository at this point in the history
Repo cleanup
  • Loading branch information
confused-Techie authored Jan 11, 2024
2 parents dea8037 + 5b1363c commit 4fabbbe
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 60 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ module.exports = {
complexity: ["error"],
eqeqeq: ["error", "smart"],
"max-depth": ["error", 4],
camelcase: "off",
},
plugins: [],
globals: {
Expand All @@ -32,7 +33,9 @@ module.exports = {
describe: "readonly",
beforeAll: "readonly",
afterEach: "readonly",
afterAll: "readonly",
process: "writeable",
Buffer: "readonly",
Joi: "readonly",
},
};
5 changes: 0 additions & 5 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ labels: bug
assignees: ''
---

**Is this Bug Present in the upstream API Server?**
- [ ] Yes
- [ ] No
- [ ] Unsure

**What is the Bug**
A clear and concise description of the problem at hand.

Expand Down
4 changes: 0 additions & 4 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ assignees: ''

---

**Is this feature Currently Implemented in any way with the upstream API Server**
- [ ] Yes
- [ ] No

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ci-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ jobs:
- name: Lint Codebase
run: npm run lint

- name: Generate Web API Docs
run: npm run api-docs

- name: Generate JSDocs
run: npm run js-docs

Expand Down
1 change: 1 addition & 0 deletions codeql-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ queries:
paths-ignore:
- ./test
- ./tests
- ./scripts/deprecated/test
# https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors
34 changes: 0 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
},
"devDependencies": {
"@confused-techie/compactignore": "^2.0.3",
"@confused-techie/quick-webserver-docs": "^0.1.6",
"@databases/pg-migrations": "^5.0.1",
"@databases/pg-test": "^3.1.2",
"all-contributors-cli": "^6.20.0",
Expand Down
5 changes: 0 additions & 5 deletions tests/.eslintrc.js

This file was deleted.

8 changes: 0 additions & 8 deletions tests/models/.eslintrc.js

This file was deleted.

0 comments on commit 4fabbbe

Please sign in to comment.