feat: refactor and add readme and standardized commands list to justfile along with base eslint config from other projects

This commit is contained in:
Lucas Oskorep
2026-03-03 00:19:56 -05:00
parent 516fd0f9ca
commit 203b573168
13 changed files with 386 additions and 51 deletions
+4 -4
View File
@@ -12,10 +12,10 @@
},
"include": [
"ambient.d.ts",
"src/**/*.ts"
],
"files": [
"extension.ts",
"color.ts",
"prefs.ts"
"exclude": [
"node_modules",
"dist"
],
}