Fixed pretty much all the things that were triggering my OCD #28

Merged
chomp merged 6 commits from :random-fixes into 3.9.0-DEV 2024-05-20 15:45:36 -04:00

6 Commits

Author SHA1 Message Date
TheSparta
953f0bbcc8 Fixed link on root readme 2024-05-20 17:12:23 +01:00
TheSparta
a80ad9c899 added missing package.json properties to example READMES 2024-05-20 17:11:55 +01:00
TheSparta
de74980eb4 general cleanup of code and config files
- fixed indentation to 4 spaces
- added missing semicolons
- some other changes here and there that either make the code look consistent between examples or just make it more concise
2024-05-20 17:05:33 +01:00
TheSparta
8743824046 general cleanup of config files and build script
- removed "os" devDependency, as it's an internal module and should've never been set as a devDependency in package.json
- general cleanup and restructure of package.json, indent with 4 spaces, moved a few properties around so it's more readable
- indent workspace file with 4 spaces
- added refringe.spt-id-highlighter to the recommended extensions
- removed the "-version" from the zip and folder name the build script was generating
- added /tmp to .eslintignore
2024-05-19 16:52:47 +01:00
TheSparta
0f5588ef81 Replaced module.exports for export const 2024-05-19 16:23:02 +01:00
TheSparta
6d3fd47ba6 ensure every file has an empty new line before EOL 2024-05-19 15:53:43 +01:00