Remove prettier in favor of @stylistic/eslint-plugin

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-01-20 12:13:07 +04:00
parent c24726b481
commit 27428377c6
16 changed files with 266 additions and 450 deletions

View File

@@ -9,7 +9,6 @@ MKDIR ?= mkdir -p
NPM ?= npm
NPX ?= npx
OPENSSL ?= openssl
PRETTIER ?= $(NPX) prettier
SED ?= sed
SYFT ?= syft
TAIL ?= tail