Skip to content

Commit ccf0e13

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
"@cypress/code-coverage": "^3.10.0",
3030
"@plone/scripts": "*",
3131
"babel-plugin-transform-class-properties": "^6.24.1",
32-
"md5": "^2.3.0",
33-
"postcss-less": "6.0.0",
3432
"husky": "*",
35-
"lint-staged": "*"
33+
"lint-staged": "*",
34+
"md5": "^2.3.0",
35+
"postcss-less": "6.0.0"
3636
},
3737
"lint-staged": {
3838
"src/**/*.{js,jsx,ts,tsx,json}": [

0 commit comments

Comments
 (0)