Skip to content

Commit e76a014

Browse files
committed
style: lint-staged reorder in package.json
1 parent b2f509e commit e76a014

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"@cypress/code-coverage": "^3.10.0",
2323
"@plone/scripts": "*",
2424
"babel-plugin-transform-class-properties": "^6.24.1",
25-
"md5": "^2.3.0",
2625
"husky": "*",
27-
"lint-staged": "*"
26+
"lint-staged": "*",
27+
"md5": "^2.3.0"
2828
},
2929
"lint-staged": {
3030
"src/**/*.{js,jsx,ts,tsx,json}": [

0 commit comments

Comments
 (0)