Skip to content

Commit

Permalink
Update the linters
Browse files Browse the repository at this point in the history
  • Loading branch information
w3nl committed Jul 25, 2024
1 parent 0ea624c commit db8112b
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 84 deletions.
169 changes: 88 additions & 81 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trojs/validator",
"version": "10.0.4",
"version": "10.0.5",
"description": "Object validator",
"main": "src/validator.js",
"type": "module",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"homepage": "https://github.com/trojs/validator#readme",
"devDependencies": {
"@hckrnews/eslint-code-quality": "^0.1.5",
"@hckrnews/eslint-code-quality": "^0.2.0",
"@hckrnews/eslint-config": "^3.0.0",
"c8": "^10.0.0",
"eslint": "^8.18.0",
Expand All @@ -41,8 +41,9 @@
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^48.8.3",
"eslint-plugin-jsx-a11y": "^6.6.0",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^7.0.0",
"jscpd": "^4.0.0",
"prettier": "^3.2.5"
},
Expand Down

0 comments on commit db8112b

Please sign in to comment.