minor changes/adjustments

This commit is contained in:
semanticdata 2024-03-07 12:46:33 -06:00
parent 3df9bea6e2
commit ac5f363932
3 changed files with 4 additions and 5 deletions

1
.gitignore vendored
View File

@ -4,7 +4,6 @@
.quartz-cache
.replit
node_modules
# package-lock.json
private/
prof
public

View File

@ -1,7 +1,7 @@
{
"printWidth": 100,
"printWidth": 80,
"quoteProps": "as-needed",
"trailingComma": "all",
"tabWidth": 2,
"tabWidth": 4,
"semi": false
}

View File

@ -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