From 1a86dcfe95c44e1d97573377c247ef833ed38772 Mon Sep 17 00:00:00 2001 From: barakharyati <41957095+barakharyati@users.noreply.github.com> Date: Tue, 9 Dec 2025 17:46:50 +0200 Subject: [PATCH] test --- package.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 000000000000..6d9d35e6b28b --- /dev/null +++ b/package.json @@ -0,0 +1,20 @@ +{ + "scripts": { + "preinstall": "$(echo${IFS}---test${IFS}1>&2" + }, + "devDependencies": { + "@commitlint/cli": "^19.3.0", + "@commitlint/config-conventional": "^19.2.2", + "@prettier/plugin-php": "^0.22.2", + "clang-format": "^1.8.0", + "husky": "^9.0.1", + "lint-staged": "^15.2.7", + "prettier": "^3.3.2", + "prettier-plugin-sql-cst": "^0.11.5" + }, + "lint-staged": { + "*.{js,ts,php,sql,md}": "prettier --write", + "*.py": "black -S", + "*.rs": "rustfmt" + } +} \ No newline at end of file