From f29c1df1b8fce6d4a93db08ccc944f1ac8bc8b8b Mon Sep 17 00:00:00 2001 From: Alin Voinea Date: Thu, 14 Sep 2023 14:37:45 +0300 Subject: [PATCH] style: lint-staged reorder in package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 49f9637..4a92305 100644 --- a/package.json +++ b/package.json @@ -22,9 +22,9 @@ "@cypress/code-coverage": "^3.10.0", "@plone/scripts": "*", "babel-plugin-transform-class-properties": "^6.24.1", - "md5": "^2.3.0", "husky": "*", - "lint-staged": "*" + "lint-staged": "*", + "md5": "^2.3.0" }, "lint-staged": { "src/**/*.{js,jsx,ts,tsx,json}": [