Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Mephisto5558 committed Oct 13, 2024
1 parent bae79fc commit 2815ca9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configs/jsdoc.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"check-template-names": "error",
"check-types": "error",
"check-values": "error",
"convert-to-jsdoc-comments":"off",
"convert-to-jsdoc-comments": "off",
"empty-tags": "error",
"implements-on-classes": "error",
"imports-as-dependencies": "error",
Expand Down
4 changes: 2 additions & 2 deletions configs/unicorn.jsonc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
// [UNICORN] https://github.com/sindresorhus/eslint-plugin-unicorn?/tree/main/.README#rules
"better-regex": "off", // See https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2409
"better-regex": "off", // See https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2409
"catch-error-name": "off",
"consistent-destructuring": "error",
"consistent-empty-array-spread": "error",
Expand Down Expand Up @@ -99,7 +99,7 @@
"prefer-json-parse-buffer": "off",
"prefer-keyboard-event-key": "error",
"prefer-logical-operator-over-ternary": "error",
"prefer-math-min-max":"error",
"prefer-math-min-max": "error",
"prefer-math-trunc": "error",
"prefer-modern-dom-apis": "error",
"prefer-modern-math-apis": "error",
Expand Down

0 comments on commit 2815ca9

Please sign in to comment.