Skip to content

Commit

Permalink
disable no-array-push-push rule
Browse files Browse the repository at this point in the history
  • Loading branch information
ZEROM22 committed Dec 25, 2024
1 parent 1c38dee commit b648c80
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/eslint-config/lib/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,6 @@ const c: Config = [
"unicorn/new-for-builtins": e,
"unicorn/no-anonymous-default-export": e,
"unicorn/no-array-for-each": e,
"unicorn/no-array-push-push": e,
"unicorn/no-array-reduce": e,
"unicorn/no-await-expression-member": e,
"unicorn/no-await-in-promise-methods": e,
Expand Down
2 changes: 1 addition & 1 deletion packages/typedoc-signature/lib/concise.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable unicorn/no-array-push-push */

import {type Fragment} from "@onlyoffice/library-declaration/next.ts"
import {
ParameterToken,
Expand Down
2 changes: 1 addition & 1 deletion packages/typedoc-signature/lib/verbose.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable unicorn/no-array-push-push */

import {
EntityToken,
KeywordToken,
Expand Down

0 comments on commit b648c80

Please sign in to comment.