diff --git a/.eslintrc.json b/.eslintrc.json index ba25438..1244e85 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -32,6 +32,9 @@ "no-var": [ "error" ], + "prefer-const": [ + "error" + ], "@stylistic/arrow-spacing": [ "error", { diff --git a/.gitignore b/.gitignore index bd462c5..10aacb6 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ build npm-debug.log .nyc .env -.DS_Store \ No newline at end of file +.DS_Store +.cursorignore \ No newline at end of file diff --git a/admin/team-principles.md b/admin/team-principles.md new file mode 100644 index 0000000..63853a3 --- /dev/null +++ b/admin/team-principles.md @@ -0,0 +1,8 @@ +# Works on My Machine -- Team Code of Conduct +1. Be respectful towards your teammates at all times. +2. Attend meetings on a best-effort basis. +3. Give earliest possible notice when unable to attend a meeting, and read meeting minutes afterwards. +4. Check Slack at least once a day and be responsive to pings. +5. Respectful debate of design decisions is encouraged, but as a last resort, decisions will be arbitrated by a plurality vote. +6. Strive for quality over quantity of features at all times. +7. Proactively update GitHub issues whenever working on anything project-related. diff --git a/docs/Display.html b/docs/Display.html index 0a90ad1..b801cd8 100644 --- a/docs/Display.html +++ b/docs/Display.html @@ -121,7 +121,7 @@

Home

Classes