mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 23:15:46 -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
|
||||
.replit
|
||||
node_modules
|
||||
# package-lock.json
|
||||
private/
|
||||
prof
|
||||
public
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"printWidth": 100,
|
||||
"printWidth": 80,
|
||||
"quoteProps": "as-needed",
|
||||
"trailingComma": "all",
|
||||
"tabWidth": 2,
|
||||
"tabWidth": 4,
|
||||
"semi": false
|
||||
}
|
||||
|
||||
4
LICENSE
4
LICENSE
@ -1,7 +1,7 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2023 Miguel Pimentel
|
||||
Copyright (c) 2021-2023 jackyzha0
|
||||
Copyright (c) 2024 Miguel Pimentel
|
||||
Copyright (c) 2021-2024 jackyzha0
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
||||
Loading…
Reference in New Issue
Block a user