-
-
Notifications
You must be signed in to change notification settings - Fork 32
refactor: Lint project and remove deprecated code #43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
2fb584f
add babel and linter
cbaker6 5f41b16
fix lint errors
cbaker6 0ef115f
add lint check to CI
cbaker6 347f7fb
update ci files
cbaker6 e1a7ab8
Update ci.yml
cbaker6 8cee9d3
Update ci.yml
cbaker6 d6a4461
use lockfile version 1
cbaker6 476b543
Merge branch 'lint' of https://github.com/cbaker6/parse-server-fs-ada…
cbaker6 4ecd71b
update to async/await
cbaker6 2e88d02
replace deprecated substr with substring
cbaker6 e8a84a1
Update ci to use node version for name
cbaker6 6bc19cc
fix ci cache keys
cbaker6 f714056
let dependabot keep actions up-to-date
cbaker6 f5390f5
Merge branch 'lint' of https://github.com/cbaker6/parse-server-fs-ada…
cbaker6 cb711af
Merge branch 'main' into lint
cbaker6 9f42fc2
Update ci.yml
cbaker6 7a4bb5f
update semantic to latest versions
cbaker6 321a9dc
update to lockfile v2 to match server
cbaker6 03c8899
Update release-automated.yml
cbaker6 09fc919
move concurrency
cbaker6 f166c7b
fix for loop
cbaker6 7f535b2
Merge branch 'lint' of https://github.com/cbaker6/parse-server-fs-ada…
cbaker6 7f2d7c6
Update .github/dependabot.yml
mtrezza e2d95f4
remove direct dev dep of babel
cbaker6 977cbfc
Merge branch 'lint' of https://github.com/cbaker6/parse-server-fs-ada…
cbaker6 99bd48a
remove babel folder from .gitignore
cbaker6 bedb96f
temp change to config
cbaker6 8440606
revert
cbaker6 e2de28e
Merge branch 'main' into lint
cbaker6 f29d8f6
update package lock file
cbaker6 efe0774
nit
cbaker6 6cde934
Update ci.yml
cbaker6 dc667eb
revert semantic to server versions
cbaker6 232eaf4
Merge branch 'lint' of https://github.com/cbaker6/parse-server-fs-ada…
cbaker6 945746b
Update ci.yml
cbaker6 e64c635
Update ci.yml
cbaker6 ceaff76
fix package lock file
cbaker6 39eecef
remove eslint
cbaker6 ac2daa8
Update ci.yml
cbaker6 ba220d0
remove linter
cbaker6 20bfbab
finish removing lint
cbaker6 96d4c58
remove spec lint
cbaker6 6175463
fix tests
cbaker6 eb5670b
fix tests
cbaker6 01c7283
remove node 19 test
cbaker6 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" | ||
commit-message: | ||
prefix: "refactor" | ||
- package-ecosystem: "npm" | ||
directory: "/" | ||
schedule: | ||
interval: "daily" | ||
commit-message: | ||
prefix: "refactor" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.