Skip to content

Commit

Permalink
style: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Apr 12, 2024
1 parent 77ebacf commit fd24707
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@
"url": "git@github.com:eea/volto-block-toc.git"
},
"dependencies": {
"smoothscroll-polyfill": "^0.4.4",
"github-slugger": "1.4.0"
"github-slugger": "1.4.0",
"smoothscroll-polyfill": "^0.4.4"
},
"devDependencies": {
"@cypress/code-coverage": "^3.10.0",
"@plone/scripts": "*",
"babel-plugin-transform-class-properties": "^6.24.1",
"cypress-fail-fast": "^5.0.1",
"dotenv": "^16.3.2",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"md5": "^2.3.0",
"dotenv": "^16.3.2"
"md5": "^2.3.0"
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx,json}": [
Expand Down Expand Up @@ -72,4 +72,4 @@
"cypress:open": "make cypress-open",
"prepare": "husky install"
}
}
}

0 comments on commit fd24707

Please sign in to comment.