mirror of
https://github.com/Myzel394/jsonfly.nvim.git
synced 2025-06-17 19:55:26 +02:00
11 lines
107 B
Makefile
11 lines
107 B
Makefile
#!/usr/bin/env just --justfile
|
|
|
|
set dotenv-load := true
|
|
|
|
_default:
|
|
just --list -u
|
|
|
|
lint:
|
|
stylua lua
|
|
|