mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 15:05:42 -05:00
minor changes/adjustments
This commit is contained in:
parent
3df9bea6e2
commit
ac5f363932
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,7 +4,6 @@
|
|||||||
.quartz-cache
|
.quartz-cache
|
||||||
.replit
|
.replit
|
||||||
node_modules
|
node_modules
|
||||||
# package-lock.json
|
|
||||||
private/
|
private/
|
||||||
prof
|
prof
|
||||||
public
|
public
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"printWidth": 100,
|
"printWidth": 80,
|
||||||
"quoteProps": "as-needed",
|
"quoteProps": "as-needed",
|
||||||
"trailingComma": "all",
|
"trailingComma": "all",
|
||||||
"tabWidth": 2,
|
"tabWidth": 4,
|
||||||
"semi": false
|
"semi": false
|
||||||
}
|
}
|
||||||
|
|||||||
4
LICENSE
4
LICENSE
@ -1,7 +1,7 @@
|
|||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2023 Miguel Pimentel
|
Copyright (c) 2024 Miguel Pimentel
|
||||||
Copyright (c) 2021-2023 jackyzha0
|
Copyright (c) 2021-2024 jackyzha0
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user