Skip to content

Commit

Permalink
chore: fix ESLint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanne Baars committed Nov 17, 2023
1 parent 2f06e55 commit 3ca0af1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"devDependencies": {
"@commitlint/config-conventional": "^18.1.0",
"eslint": "^8.52.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-n": "^16.2.0",
"eslint-plugin-promise": "^6.1.1"
},
"dependencies": {
"test": "^3.3.0"
}
}

0 comments on commit 3ca0af1

Please sign in to comment.