Skip to content
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

feat: add isPlainObject #133

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
34fdb2a
style(eslint): apply specified code style changes (#138)
DerekNonGeneric Oct 17, 2022
4a21a46
style(auto): format all supported code with prettier (#143)
deepsource-autofix[bot] Oct 17, 2022
f8fd561
fix(auto): add blank line after commit msg subject
DerekNonGeneric Oct 17, 2022
a01adcd
fix(deps): rm jsdoc-to-markdown (vulnerable dep) (#144)
DerekNonGeneric Oct 18, 2022
c76287c
build(deps-dev): bump typescript-eslint monorepo to v5.40.1 (#146)
renovate[bot] Oct 18, 2022
d10341a
build(deps-dev): bump @types/node from 18.8.5 to 18.11.0 (#145)
dependabot[bot] Oct 18, 2022
5ea6dda
fix(src): map to return object .prototype undefined (#147)
DerekNonGeneric Oct 18, 2022
d8fe02e
fix(auto): keep line feed and trailing blank lines
DerekNonGeneric Oct 18, 2022
c5aaf7a
build(deps-dev): bump eslint-plugin-promise to v6.1.1 (#152)
renovate[bot] Oct 20, 2022
4eb564a
build(deps-dev): bump @types/node from 18.11.0 to 18.11.2 (#151)
dependabot[bot] Oct 20, 2022
f88397e
build(deps-dev): bump @types/node from 18.11.2 to 18.11.3 (#153)
dependabot[bot] Oct 20, 2022
c1c9307
build(deps-dev): bump eslint to v8.26.0 (#154)
renovate[bot] Oct 21, 2022
517aea7
build(deps-dev): bump typescript-eslint monorepo to v5.41.0 (#156)
renovate[bot] Oct 25, 2022
ee0850c
build(deps-dev): bump jasmine to v4.5.0 (#160)
renovate[bot] Oct 30, 2022
55f31fd
build(deps-dev): bump typescript-eslint monorepo to v5.42.0 (#162)
renovate[bot] Oct 31, 2022
b57bfed
merged in isPlainObject
ignoreintuition Oct 23, 2022
3731cf7
merge conflicts
ignoreintuition Oct 23, 2022
326d1b6
bug fix on boolean
ignoreintuition Oct 23, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
.vscode
node_modules
.vscode/
node_modules/
lib/**/*
.DS_Store
tsconfig.tsbuildinfo
3 changes: 2 additions & 1 deletion .restyled.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
auto: true

commit_template: |
commit_template: |+
style: apply changes from ${restyler.name} restyler

Signed-off-by: Restyled Commits <commits@restyled.io>
pull_requests: false
restylers_version: dev
64 changes: 0 additions & 64 deletions README.hbs

This file was deleted.