Skip to content

Commit

Permalink
style: lint-staged reorder in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Sep 14, 2023
1 parent 7a7c214 commit e72a4cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -31,9 +31,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}": [
Expand Down

0 comments on commit e72a4cf

Please sign in to comment.