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
+9 -2
View File
@@ -1,6 +1,6 @@
{
"name": "prettyborders",
"version": "0.2.1",
"version": "0.2.2",
"description": "A TypeScript GNOME Extension for Pretty Borders around your active window",
"type": "module",
"private": true,
@@ -15,12 +15,19 @@
},
"homepage": "https://github.com/lucasoskorep/pretty-borders#readme",
"sideEffects": false,
"scripts": {
"build": "tsc",
"clean": "rm -rf dist/*",
"lint": "eslint ."
},
"devDependencies": {
"@eslint/js": "^9.27.0",
"@girs/gjs": "4.0.0-beta.38",
"@girs/gnome-shell": "49.0.1",
"eslint": "^9.27.0",
"eslint-plugin-jsdoc": "^50.6.17",
"typescript": "^5.8.3"
"typescript": "^5.8.3",
"typescript-eslint": "^8.56.1"
},
"pnpm": {
"overrides": {