Skip to content

Commit

Permalink
Merge fb9a831 into b7ab096
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 1, 2024
2 parents b7ab096 + fb9a831 commit 00cc686
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
"unicorn/no-array-for-each": 0,
"unicorn/no-array-reduce": 0,
"unicorn/no-null": 0,
"unicorn/import-style": 0,
"unicorn/no-anonymous-default-export": 0,
"unicorn/filename-case": ["error", { "case": "camelCase" }],
"eslint-comments/no-unused-disable": "error",
"import/extensions": 0
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"eslint-plugin-mocha": "^10.4.3",
"eslint-plugin-n": "^17.4.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-unicorn": "^51.0.1",
"eslint-plugin-unicorn": "^52.0.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"log": "^6.3.1",
Expand Down

0 comments on commit 00cc686

Please sign in to comment.