fixes: addressing issues from shelix static analysis tool from GJS

This commit is contained in:
Lucas Oskorep
2026-06-29 21:49:58 -04:00
parent 408288f79e
commit a163bfa309
7 changed files with 53 additions and 17 deletions
+25
View File
@@ -41,7 +41,32 @@ Now install the extension from version control
(until we get to the gnome extension store)
```bash
git clone https://github.com/lucasoskorep/ddc-brightness-control
cd ddc-brightness-control
just install
```
## Development
You need a couple of other things for development ideally
- uv
- fnm
### Installation
```bash
just install
```
### Linting
```bash
just lint
just lint-fix #(auto fixes what it can via eslint)
```
### Debugging
```bash
just live-debug
```